Function egg_mode::user::incoming_requests [] [src]

pub fn incoming_requests<'a>(
    token: &'a Token,
    handle: &'a Handle
) -> CursorIter<'a, IDCursor>

Lookup the user IDs who have pending requests to follow the authenticated protected user.

If the authenticated user is not a protected account, this will return an empty collection.