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

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

Unblock the given user with the authenticated user.

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