Type Definition lnp::channel::IntegralState[][src]

pub type IntegralState<N> = BTreeMap<N, Box<dyn State>>;
Expand description

Channel state is a sum of the state from all its extensions

Trait Implementations