Trait ya_service_bus::RpcMessage[][src]

pub trait RpcMessage: 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

Associated Constants

const ID: &'static str[src]

Implementors