Struct lightning::ln::msgs::OnionErrorPacket[][src]

pub struct OnionErrorPacket {
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for OnionErrorPacket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MsgDecodable for OnionErrorPacket
[src]

impl MsgEncodable for OnionErrorPacket
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Auto Trait Implementations