pub type SerialResult<T> = Result<T, SerialError>;Expand description
A type alias for results with SerialError.
Aliased Type§
pub enum SerialResult<T> {
Ok(T),
Err(SerialError),
}pub type SerialResult<T> = Result<T, SerialError>;A type alias for results with SerialError.
pub enum SerialResult<T> {
Ok(T),
Err(SerialError),
}