pub fn decl_builtin<B: DeclarationCommand + Send + Sync>() -> RegistrationExpand description
Returns a built-in command registration, given an implementation of the
DeclarationCommand trait. Used for select commands that can take parsed
declarations as arguments.