Trait DescribeGroup

Source
pub trait DescribeGroup<GK, GV, IK, IV> {
    // Required method
    fn into_group_and_items(self) -> GroupDesc<GK, GV, IK, IV>;
}
Expand description

A trait for creating GroupDesc.

Required Methods§

Source

fn into_group_and_items(self) -> GroupDesc<GK, GV, IK, IV>

Implementors§