pub type ObjectiveResult<T> = Result<T, ObjectiveError>;Expand description
Objective result type
Aliased Type§
pub enum ObjectiveResult<T> {
Ok(T),
Err(ObjectiveError),
}pub type ObjectiveResult<T> = Result<T, ObjectiveError>;Objective result type
pub enum ObjectiveResult<T> {
Ok(T),
Err(ObjectiveError),
}