Home
last modified time | relevance | path

Searched defs:CopyUntilResult (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/clap/src/app/
Dhelp.rs788 enum CopyUntilResult { enum
799 fn copy_until<R: Read, W: Write>(r: &mut R, w: &mut W, delimiter_byte: u8) -> CopyUntilResult { in copy_until()