pub type Result<T> = Result<T, LavaFlowError>;Expand description
Standard result type for lava-flow APIs.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LavaFlowError),
}pub type Result<T> = Result<T, LavaFlowError>;Standard result type for lava-flow APIs.
pub enum Result<T> {
Ok(T),
Err(LavaFlowError),
}