pub type Result<T> = Result<T, DecodeError>;Expand description
Stores the return type for a decode
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(DecodeError),
}pub type Result<T> = Result<T, DecodeError>;Stores the return type for a decode
pub enum Result<T> {
Ok(T),
Err(DecodeError),
}