Struct rlp::Rlp[][src]

pub struct Rlp<'a> { /* fields omitted */ }

Data-oriented view onto rlp-slice.

This is an immutable structure. No operations change it.

Should be used in places where, error handling is required, eg. on input

Methods

impl<'a> Rlp<'a>
[src]

Important traits for RlpIterator<'a, 'view>

Trait Implementations

impl<'a> Debug for Rlp<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for Rlp<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Display for Rlp<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'view> IntoIterator for &'view Rlp<'a> where
    'a: 'view, 
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> Send for Rlp<'a>

impl<'a> !Sync for Rlp<'a>