Type Definition rust_uart::UartResult

source · []
pub type UartResult<T> = Result<T, UartError>;
Expand description

Errors that occur while reading from and writing to stream