Home
last modified time | relevance | path

Searched refs:DelimiterNotFound (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/clap/src/app/
Dhelp.rs790 DelimiterNotFound(usize), enumerator
818 CopyUntilResult::DelimiterNotFound(count) in copy_until()
843 ReaderEmpty | DelimiterNotFound(_) => None, in copy_and_capture()
869 DelimiterNotFound(not_tag_length) => match w.write(b"{") { in copy_and_capture()