pub trait Effect: Debug + Init + ProcessRingout + GetReturnLevel + Update + Suspend { }

Implementors