HybrydState

Trait HybrydState 

Source
pub trait HybrydState: Send + 'static { }

Implementors§

Source§

impl<T> HybrydState for T
where T: Send + 'static,