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

pub struct Display { /* fields omitted */ }

Error display type.

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

Trait Implementations

impl Display for Display
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Display

impl Sync for Display