StdSerial

Type Alias StdSerial 

Source
pub type StdSerial = FromStd<Box<dyn SerialPort>>;

Aliased Type§

pub struct StdSerial { /* private fields */ }

Trait Implementations§

Source§

impl SerialFactory<Error> for StdSerial

Available on crate feature std only.