Skip to main content

HasCommandArgType

Trait HasCommandArgType 

Source
pub trait HasCommandArgType {
    type CommandArg;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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