[][src]Type Definition comms_service::CommsResult

type CommsResult<T> = Result<T, Error>;

Result returned by the comms-service.