pub type EvoResult<T> = Result<T, EvolutionError>;Expand description
Result type alias for evolution operations
Aliased Type§
pub enum EvoResult<T> {
Ok(T),
Err(EvolutionError),
}pub type EvoResult<T> = Result<T, EvolutionError>;Result type alias for evolution operations
pub enum EvoResult<T> {
Ok(T),
Err(EvolutionError),
}