Trait ya_service_bus::untyped::RawStreamHandler[][src]

pub trait RawStreamHandler {
    type Result: Stream<Item = Result<ResponseChunk, Error>>;
    fn handle(&mut self, caller: &str, addr: &str, msg: &[u8]) -> Self::Result;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors