Home
last modified time | relevance | path

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

/external/rust/crates/shlex/src/
Dlib.rs22 pub struct Shlex<'a> { struct
28 /// happens, Shlex just throws out the last token, ends the iteration, and sets 'had_error' to argument
33 impl<'a> Shlex<'a> { implementation
115 impl<'a> Iterator for Shlex<'a> { implementation