Function egg_mode::list::is_subscribed [] [src]

pub fn is_subscribed<'a, 'id, T: Into<UserID<'id>>>(
    user: T,
    list: ListID,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, bool>

Check whether the given user is subscribed to the given list.