pub trait RoleState: Any + DynClone + Debug + 'static { }
Expand description

A double-buffer state associated with a role

Implementors§