pub type Result<T> = Result<T, PerceptionError>;Expand description
Convenience alias used throughout the perception module.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PerceptionError),
}pub type Result<T> = Result<T, PerceptionError>;Convenience alias used throughout the perception module.
pub enum Result<T> {
Ok(T),
Err(PerceptionError),
}