pub trait ImageArgs {
    fn into_iterator(self) -> Box<dyn Iterator<Item = String>>;
}

Required Methods

Implementations on Foreign Types

Implementors