pub trait IntoHistogram {
    fn try_into_histogram(self) -> Result<HistogramProto>;
}
Expand description

Conversion to HistogramProto

Required methods

Implementations on Foreign Types

Implementors