Skip to main content

CommandId

Trait CommandId 

Source
pub trait CommandId {
    // Required method
    fn command_id(&self) -> Arc<str> ;
}

Required Methods§

Source

fn command_id(&self) -> Arc<str>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§