Enum rlp::Prototype[][src]

pub enum Prototype {
    Null,
    Data(usize),
    List(usize),
}

RLP prototype

Variants

Empty

Value

List

Trait Implementations

impl Debug for Prototype
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Prototype

impl Sync for Prototype