[][src]Trait ra_common::Service

pub trait Service {
    fn handle(&mut self, op: &String, env: &Envelope);
}

Required methods

fn handle(&mut self, op: &String, env: &Envelope)

Loading content...

Implementors

Loading content...