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