[][src]Trait uucore::Args

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

Provided methods

pub fn collect_str(self) -> Vec<String>[src]

Loading content...

Implementors

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

Loading content...