Trait nameless_clap::IntoApp[][src]

pub trait IntoApp: Sized {
    fn into_app<'help>() -> App<'help>;
fn augment_clap(app: App<'_>) -> App<'_>;
fn into_app_for_update<'help>() -> App<'help>;
fn augment_clap_for_update(app: App<'_>) -> App<'_>; }

Build an App according to the struct

Also serves for flattening

Required methods

fn into_app<'help>() -> App<'help>[src]

@TODO @release @docs

fn augment_clap(app: App<'_>) -> App<'_>[src]

@TODO @release @docs

fn into_app_for_update<'help>() -> App<'help>[src]

@TODO @release @docs

fn augment_clap_for_update(app: App<'_>) -> App<'_>[src]

@TODO @release @docs

Loading content...

Implementations on Foreign Types

impl<T: IntoApp> IntoApp for Box<T>[src]

Loading content...

Implementors

Loading content...