pub trait ModbusParam: Sized {
type ProtocolType;
const ADDRESS: u16;
const QUANTITY: u16;
}Required Associated Constants§
Required Associated Types§
Sourcetype ProtocolType
type ProtocolType
Modbus data format
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.