Trait meio::handlers::SyncActionHandler[][src]

pub trait SyncActionHandler<I: SyncAction>: Actor {
    fn handle(&self) -> Result<(), Error>;
}

Handler of sync actions.

Required methods

fn handle(&self) -> Result<(), Error>[src]

The method called in synchronous context.

Loading content...

Implementors

Loading content...