[][src]Trait binjs::io::entropy::probabilities::IntoStatistics

pub trait IntoStatistics {
    type AsStatistics;
    fn into_statistics(self, description: &str) -> Self::AsStatistics;
}

A structure that may be converted into statistical information.

Associated Types

type AsStatistics

Loading content...

Required methods

fn into_statistics(self, description: &str) -> Self::AsStatistics

Loading content...

Implementors

Loading content...