Searched defs:CopyUntilResult (Results 1 – 1 of 1) sorted by relevance
788 enum CopyUntilResult { enum799 fn copy_until<R: Read, W: Write>(r: &mut R, w: &mut W, delimiter_byte: u8) -> CopyUntilResult { in copy_until()