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

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

Unblock the given user with the authenticated user.

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