pub trait AggList {
    fn agg_list(&self, _groups: &GroupsProxy) -> Option<Series> { ... }
}
This is supported on crate feature object only.

Provided methods

Implementors