pub trait Encodable {
fn rlp_append(&self, s: &mut RlpStream);
fn rlp_bytes(&self) -> BytesMut { ... }
}
Expand description
Structure encodable to RLP
Required Methods
sourcefn rlp_append(&self, s: &mut RlpStream)
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream