pub type EthInteractionModelState<const NS: usize = rs_matter::::im::EthInteractionModelState::{constant#0}, const NE: usize = rs_matter::::im::EthInteractionModelState::{constant#1}> = InteractionModelState<EthNetwork<'static>, NS, NE>;Expand description
A InteractionModelState for an Ethernet device: its network store is a fixed
EthNetwork, so call sites need only the (defaulted) subscription/event
sizes. Pairs with EthInteractionModel.
Aliased Typeยง
pub struct EthInteractionModelState<const NS: usize = rs_matter::::im::EthInteractionModelState::{constant#0}, const NE: usize = rs_matter::::im::EthInteractionModelState::{constant#1}> { /* private fields */ }