Struct ethcore_bytes::PrettySlice [] [src]

pub struct PrettySlice<'a>(_);

Slice pretty print helper

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for PrettySlice<'a>

impl<'a> Sync for PrettySlice<'a>