[][src]Trait lightning_wire_msgs::WireMessageReader

pub trait WireMessageReader where
    Self: Sized
{ const MSG_TYPE: u16; fn decode<R: Read>(r: &mut R, check_type: bool) -> Result<Self>; }

Associated Constants

const MSG_TYPE: u16

Loading content...

Required methods

fn decode<R: Read>(r: &mut R, check_type: bool) -> Result<Self>

Loading content...

Implementors

impl<T> WireMessageReader for T where
    T: WireMessage
[src]

Loading content...