Trait rlp::rlptraits::RlpEncodable [] [src]

pub trait RlpEncodable {
    fn rlp_append(&self, s: &mut RlpStream);
}

Encodable wrapper trait required to handle special case of encoding a &[u8] as string and not as list

Required Methods

Append a value to the stream

Implementors