Function egg_mode::user::unblock [] [src]

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

Unblock the given user with the authenticated user.

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