Function egg_mode::list::remove_member [] [src]

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

Removes the given user from the given list.