MessageId

Trait MessageId 

Source
pub trait MessageId {
    const ID: MessageId;
    const SERVER: &'static str;
}

Required Associated Constants§

Source

const ID: MessageId

unique message identifier

Source

const SERVER: &'static str

target server name

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§