Trait lexa_framework::state::StateInterface
source · pub trait StateInterface: Send + Sync + Clonewhere
Self: Sized,{
type UserData: Clone;
// Required method
fn new(_: Self::UserData) -> Self
where Self: Sized;
}