Struct hdrhistogram::HistogramErr [] [src]

pub struct HistogramErr(_);

Catch-all error return.

Something went wrong.

Trait Implementations

impl Display for HistogramErr

fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>

impl Error for HistogramErr

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for HistogramErr

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for HistogramErr

fn clone(&self) -> HistogramErr

fn clone_from(&mut self, source: &Self)

impl Copy for HistogramErr