[][src]Trait lightning_wire_msgs::WireItemReader

pub trait WireItemReader where
    Self: Sized
{ fn decode<R: Read>(r: &mut R) -> Result<Self>; }

Required methods

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

Loading content...

Implementors

impl<T> WireItemReader for T where
    T: WireItem
[src]

Loading content...