Trait Castable

Source
pub trait Castable:
    RemoteMessage
    + Bind
    + Unbind { }
Expand description

This trait collects the necessary requirements for messages that are can be cast.

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§