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

pub trait MsgEncodable {
    fn encode(&self) -> Vec<u8>;

    fn encoded_len(&self) -> usize { ... }
fn encode_with_len(&self) -> Vec<u8> { ... } }

Required Methods

Important traits for Vec<u8>

Provided Methods

Important traits for Vec<u8>

Implementors