Trait lwactors::Action [] [src]

pub trait Action<S, R, E> {
    fn act(self, s: &mut S) -> Result<R, E>;
}

Required Methods

Implementors