pub type ServiceResult<V> = Result<V, ServiceError>;
Expand description

Generic result data structure