Type Definition rust_uart::UartResult [−][src]
type UartResult<T> = Result<T, UartError>;
Errors that occur while reading from and writing to stream
type UartResult<T> = Result<T, UartError>;
Errors that occur while reading from and writing to stream