Trait lnp::channel::State[][src]

pub trait State { }

Marker trait for any data that can be used as a part of the channel state

Implementations on Foreign Types

impl State for ()[src]

Loading content...

Implementors

impl State for Bolt3[src]

impl State for Htlc[src]

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

Loading content...