Struct hdrhistogram_c::HistogramErr [] [src]

pub struct HistogramErr(_);

Catch-all error return.

Something went wrong.

Trait Implementations

impl Copy for HistogramErr
[src]

impl Clone for HistogramErr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HistogramErr
[src]

[src]

Formats the value using the given formatter.

impl Display for HistogramErr
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for HistogramErr
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more