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

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

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

Trait Implementations

impl<N> State for IntegralState<N> where
    N: Nomenclature
[src]