Searched defs:Shlex (Results 1 – 1 of 1) sorted by relevance
22 pub struct Shlex<'a> { struct28 /// happens, Shlex just throws out the last token, ends the iteration, and sets 'had_error' to argument33 impl<'a> Shlex<'a> { implementation115 impl<'a> Iterator for Shlex<'a> { implementation