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

Loading content...

Required methods

fn new() -> Self[src]

fn merge(&mut self, value: Self::Item)[src]

Loading content...

Implementations on Foreign Types

impl GroupedValue for Vec<(usize, usize)>[src]

type Item = usize

Loading content...

Implementors

Loading content...