pub type Result<T> = Result<T, AdaptiveError>;Expand description
A specialized Result type for nemo-flow-adaptive operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AdaptiveError),
}pub type Result<T> = Result<T, AdaptiveError>;A specialized Result type for nemo-flow-adaptive operations.
pub enum Result<T> {
Ok(T),
Err(AdaptiveError),
}