[][src]Trait libimagrt::application::ImagApplication

pub trait ImagApplication {
    fn run(rt: Runtime) -> Result<()>;
fn build_cli<'a>(app: App<'a, 'a>) -> App<'a, 'a>;
fn name() -> &'static str;
fn version() -> &'static str;
fn description() -> &'static str; }

Required methods

fn run(rt: Runtime) -> Result<()>

fn build_cli<'a>(app: App<'a, 'a>) -> App<'a, 'a>

fn name() -> &'static str

fn version() -> &'static str

fn description() -> &'static str

Loading content...

Implementors

Loading content...