Trait ya_service_bus::untyped::RawHandler[][src]

pub trait RawHandler {
    type Result: Future<Output = Result<Vec<u8>, Error>>;
    fn handle(&mut self, caller: &str, addr: &str, msg: &[u8]) -> Self::Result;
}

Associated Types

Required methods

Implementors