pub type Result<T> = Result<T, GuidanceError>;Expand description
Result type for guidance operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(GuidanceError),
}pub type Result<T> = Result<T, GuidanceError>;Result type for guidance operations
pub enum Result<T> {
Ok(T),
Err(GuidanceError),
}