Module serial_core::prelude [] [src]

A module that exports traits that are useful to have in scope.

It is intended to be glob imported:

use serial_core::prelude::*;

Reexports

pub use SerialPort;
pub use SerialPortSettings;