Searched defs:Shlex (Results 1 – 2 of 2) sorted by relevance
58 pub struct Shlex<'a>(bytes::Shlex<'a>); struct60 impl<'a> Shlex<'a> { implementation66 impl<'a> Iterator for Shlex<'a> { implementation76 impl<'a> core::ops::Deref for Shlex<'a> { implementation84 impl<'a> core::ops::DerefMut for Shlex<'a> { implementation
40 pub struct Shlex<'a> { struct46 /// happens, Shlex just throws out the last token, ends the iteration, and sets 'had_error' to argument51 impl<'a> Shlex<'a> { argument133 impl<'a> Iterator for Shlex<'a> { implementation