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

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

Block the given account with the authenticated user.

Upon success, this function returns Ok with the given user.