Trait lightning::ln::msgs::MsgDecodable[][src]

pub trait MsgDecodable: Sized {
    fn decode(v: &[u8]) -> Result<Self, DecodeError>;
}

Required Methods

Implementors