Module serialport::prelude[][src]

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

It is intended to be glob imported:

use serialport::prelude::*;

Re-exports

pub use DataBits;
pub use FlowControl;
pub use Parity;
pub use StopBits;
pub use SerialPort;
pub use SerialPortInfo;
pub use SerialPortSettings;