Trait Server
microservice::microservice_capnp::microservice
pub trait Server { fn hello(&mut self, _: HelloParams, _: HelloResults) -> Promise<(), Error> { ... } }
fn hello(&mut self, _: HelloParams, _: HelloResults) -> Promise<(), Error>