pub trait ToCommandScope {
// Required method
fn to_command_scope(&self) -> CommandScope;
}Required Methods§
fn to_command_scope(&self) -> CommandScope
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".