Trait 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
fn rlp_append(&self, s: &mut RlpStream)
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream