Struct app::Cmd [] [src]

pub struct Cmd<'app> { /* fields omitted */ }

Command strcut

Methods

impl<'app> Cmd<'app>
[src]

Trait Implementations

impl<'app> Debug for Cmd<'app>
[src]

Formats the value using the given formatter.

impl<'app> Default for Cmd<'app>
[src]

Returns the "default value" for a type. Read more