Struct hdrhistogram::HistogramErr
[−]
[src]
pub struct HistogramErr(_);
Catch-all error return.
Something went wrong.
pub struct HistogramErr(_);
Catch-all error return.
Something went wrong.
impl Display for HistogramErr
impl Error for HistogramErr
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for HistogramErr
impl Clone for HistogramErr
fn clone(&self) -> HistogramErr
fn clone_from(&mut self, source: &Self)
impl Copy for HistogramErr