pub type InfraResult<T> = Result<T, InfraError>;Expand description
Result type for infrastructure layer operations.
Aliased Type§
pub enum InfraResult<T> {
Ok(T),
Err(InfraError),
}pub type InfraResult<T> = Result<T, InfraError>;Result type for infrastructure layer operations.
pub enum InfraResult<T> {
Ok(T),
Err(InfraError),
}