[][src]Trait service_bus::Service

pub trait Service {
    fn operate(&mut self, operation: u8, env: Envelope);
}

Required methods

fn operate(&mut self, operation: u8, env: Envelope)

Loading content...

Implementors

impl Service for LogService[src]

Loading content...