Trait tetsy_rlp::Encodable[][src]

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

    fn rlp_bytes(&self) -> BytesMut { ... }
}
Expand description

Structure encodable to RLP

Required methods

Append a value to the stream

Provided methods

Get rlp-encoded bytes for this instance

Implementations on Foreign Types

Implementors