Module serialport::prelude

source ·
Expand description

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 ClearBuffer;
pub use DataBits;
pub use FlowControl;
pub use Parity;
pub use StopBits;
pub use SerialPort;