Struct emerald_rs::RLPList[][src]

pub struct RLPList { /* fields omitted */ }

A list serializable to RLP

Methods

impl RLPList
[src]

Start with provided vector

Add an item to the list

Trait Implementations

impl Debug for RLPList
[src]

Formats the value using the given formatter. Read more

impl Default for RLPList
[src]

Returns the "default value" for a type. Read more

impl Into<Vec<u8>> for RLPList
[src]

Important traits for Vec<u8>

Performs the conversion.

impl WriteRLP for RLPList
[src]

Writes itself as RLP bytes into specified buffer

Auto Trait Implementations

impl Send for RLPList

impl Sync for RLPList