pub type Result<T> = Result<T, WraithError>;Expand description
result type alias using WraithError
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(WraithError),
}pub type Result<T> = Result<T, WraithError>;result type alias using WraithError
pub enum Result<T> {
Ok(T),
Err(WraithError),
}