Type Definition comms_service::CommsResult
source · [−]pub type CommsResult<T> = Result<T, Error>;
Expand description
Result returned by the comms-service
.
pub type CommsResult<T> = Result<T, Error>;
Result returned by the comms-service
.