Trait grove::data::example_data::SizedSummary[][src]

pub trait SizedSummary {
    fn size(self) -> usize;
}
Expand description

A trait for summary instances which keep track of the size of segments.

Required methods

The size of the segment

Implementors