Trait grove::data::ToSummary[][src]

pub trait ToSummary<S> {
    fn to_summary(&self) -> S;
}
Expand description

This trait is implemented by Values, and provides a conversion from a value to the summary of that single value.

Required methods

Creates the summary of a single value.

Implementations on Foreign Types

Implementors