Function egg_mode::user::block [] [src]

pub fn block<'a, 'h, T: Into<UserID<'a>>>(
    acct: T,
    token: &Token,
    handle: &'h Handle
) -> FutureResponse<'h, TwitterUser>

Block the given account with the authenticated user.

Upon success, the future returned by this function yields the given user.