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