[−][src]Type Definition serialport::Result
type Result<T> = Result<T, Error>;
A type for results generated by interacting with serial ports.
The Err
type is hard-wired to serialport::Error
.
type Result<T> = Result<T, Error>;
A type for results generated by interacting with serial ports.
The Err
type is hard-wired to serialport::Error
.