Function egg_mode::list::memberships [] [src]

pub fn memberships<'a, T: Into<UserID<'a>>>(
    user: T,
    token: &Token,
    handle: &Handle
) -> CursorIter<'a, ListCursor>

Look up the lists the given user has been added to.

This function returns a Stream over the lists returned by Twitter. This method defaults to reeturning 20 lists in a single network call; the maximum is 1000.