Skip to main content

Args

Trait Args 

Source
pub trait Args {
    // Required method
    fn args(&self) -> Vec<String>;
}

Required Methods§

Source

fn args(&self) -> Vec<String>

Implementors§