[][src]Trait type_cli::CLI

pub trait CLI: Sized {
    pub fn parse(
        args: impl Iterator<Item = String>
    ) -> Result<Parse<Self>, Error>; pub fn process(args: impl Iterator<Item = String>) -> Result<Self, Error> { ... } }

Required methods

pub fn parse(args: impl Iterator<Item = String>) -> Result<Parse<Self>, Error>[src]

Loading content...

Provided methods

pub fn process(args: impl Iterator<Item = String>) -> Result<Self, Error>[src]

Loading content...

Implementors

Loading content...