Struct reproto_core::errors::Display [] [src]

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

Error display type.

Since Error can't implement fmt::Display, this acts as a proxy.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Display<'a>

impl<'a> Sync for Display<'a>