pub trait AggList {
    fn agg_list(&self, _groups: &GroupsProxy) -> Option<Series> { ... }
}

Provided methods

Implementors