Function egg_mode::user::followers_of [] [src]

pub fn followers_of<'a, T: Into<UserID<'a>>>(
    acct: T,
    token: &Token,
    handle: &Handle
) -> CursorIter<'a, UserCursor>

Lookup the users that follow a given account.

This function returns a stream over the TwitterUser objects returned by Twitter. This method defaults to returning 20 users in a single network call; the maximum is 200.