Enum boxxy::shell::Command [] [src]

pub enum Command {
    Native(NativeCommand),
    Foreign(ForeignCommand),
}

Variants

Trait Implementations

impl Debug for Command
[src]

[src]

Formats the value using the given formatter.

impl From<NativeCommand> for Command
[src]

[src]

Performs the conversion.

impl From<ForeignCommand> for Command
[src]

[src]

Performs the conversion.