pub fn simple_builtin<B: SimpleCommand + Send + Sync>() -> RegistrationExpand description
Returns a built-in command registration, given an implementation of the
SimpleCommand trait.
pub fn simple_builtin<B: SimpleCommand + Send + Sync>() -> RegistrationReturns a built-in command registration, given an implementation of the
SimpleCommand trait.