Trait verne::Command [] [src]

pub trait Command {
    fn execute<D: Driver, P: Parser>(verne: &mut Verne<D, P>);
}

Required Methods

Implementors