Type Alias Port

Source
pub type Port = TTYPort;
Available on crate feature serialport only.
Expand description

Alias for the serial TTYPort.

Aliased Type§

pub struct Port { /* private fields */ }

Trait Implementations§

Source§

impl From<Connection> for Port

Source§

fn from(conn: Connection) -> Self

Converts to this type from the input type.
Source§

impl From<Flasher> for Port

Source§

fn from(flasher: Flasher) -> Self

Converts to this type from the input type.