[][src]Trait roa_core::State

pub trait State: 'static + Send + Sync + Sized { }

The State trait, should be replace with trait alias.

Implementors

impl<T: 'static + Send + Sync + Sized> State for T[src]

Loading content...