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