Skip to main content

MatrixEventable

Trait MatrixEventable 

Source
pub trait MatrixEventable:
    Clone
    + Send
    + Sync
    + Debug
    + 'static { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T: Clone + Send + Sync + Debug + 'static> MatrixEventable for T