Struct rdkafka::groups::GroupList [] [src]

pub struct GroupList(_);

List of groups. This structure wraps the pointer returned by rdkafka-sys, and deallocates all the native resources when dropped.

Methods

impl GroupList
[src]

Creates a new group list given a pointer to the native rdkafka-sys group list structure.

Returns all the groups in the list.

Trait Implementations

impl Drop for GroupList
[src]

A method called when the value goes out of scope. Read more