[][src]Trait lnpbp::lnp::transport::Bidirect

pub trait Bidirect: Input + Output + Bipolar {
    type Input: Input;
    type Output: Output;
}

Associated Types

Loading content...

Implementors

impl Bidirect for Connection[src]

Loading content...