Trait HasEMsg

Source
pub trait HasEMsg {
    // Required methods
    fn emsg() -> EMsg;
    fn create() -> Self;
}

Required Methods§

Source

fn emsg() -> EMsg

Get the linked EMsg variant from Steam Messages.

Source

fn create() -> Self

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§