Trait nu_data::base::shape::GroupedValue[][src]

pub trait GroupedValue: Debug + Clone {
    type Item;
    fn new() -> Self;
fn merge(&mut self, value: Self::Item); }

Associated Types

Required methods

Implementations on Foreign Types

Implementors