[−][src]Type Definition rust_uart::UartResult
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