Trait uucore::Args[][src]

pub trait Args: Iterator<Item = OsString> + Sized {
    fn collect_str(self) -> Vec<String> { ... }
}

Provided methods

Loading content...

Implementors

impl<T: Iterator<Item = OsString> + Sized> Args for T[src]

Loading content...