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]

[src]

Formats the value using the given formatter.