pub type ServiceRuntimeResult<T> = Result<T, ServiceRuntimeError>;Aliased Type§
pub enum ServiceRuntimeResult<T> {
Ok(T),
Err(ServiceRuntimeError),
}pub type ServiceRuntimeResult<T> = Result<T, ServiceRuntimeError>;pub enum ServiceRuntimeResult<T> {
Ok(T),
Err(ServiceRuntimeError),
}