pub type CommsResult<T> = Result<T, Error>;
Expand description

Result returned by the comms-service.