pub trait ClientCommon: RequestErrorNotifier + TimeKeeper { }Expand description
A marker trait that aggregates the necessary capabilities for a Modbus client application.
Implementors§
impl<T> ClientCommon for Twhere
T: RequestErrorNotifier + TimeKeeper,
Available on non-crate feature
traffic only.