pub type SerialResult<T> = Result<T, SerialError>;
Expand description
Serial port result type
Aliased Type§
pub enum SerialResult<T> {
Ok(T),
Err(SerialError),
}
pub type SerialResult<T> = Result<T, SerialError>;
Serial port result type
pub enum SerialResult<T> {
Ok(T),
Err(SerialError),
}