Type Alias tokio_modbus::slave::SlaveId

source ·
pub type SlaveId = u8;
Expand description

Slave identifier

Trait Implementations§

source§

impl From<Slave> for SlaveId

source§

fn from(from: Slave) -> Self

Converts to this type from the input type.