HasCommandArgType

Trait HasCommandArgType 

Source
pub trait HasCommandArgType {
    type CommandArg;
}

Required Associated Types§

Implementors§

Source§

impl<Context> HasCommandArgType for Context
where Context: HasCgpProvider, Context::CgpProvider: CommandArgTypeProvider<Context>,