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

pub trait Output {
    type Writer: Write;
    fn writer(&mut self) -> &mut Self::Writer;
}

Associated Types

Loading content...

Required methods

fn writer(&mut self) -> &mut Self::Writer

Loading content...

Implementors

impl Output for Connection[src]

type Writer = Socket

impl Output for InputStream[src]

type Writer = Socket

impl Output for OutputStream[src]

type Writer = Socket

Loading content...