Trait ya_service_bus::RpcStreamMessage[][src]

pub trait RpcStreamMessage: Serialize + DeserializeOwned + 'static + Sync + Send {
    type Item: Serialize + DeserializeOwned + 'static + Sync + Send;
    type Error: Serialize + DeserializeOwned + 'static + Sync + Send + Debug;

    const ID: &'static str;
}

Associated Types

Loading content...

Associated Constants

const ID: &'static str[src]

Loading content...

Implementors

Loading content...