[][src]Function twitch_rs::users::get

pub async fn get<'_, '_>(
    twitch_api: &'_ TwitchApi,
    user_ids: &'_ Vec<String>
) -> Result<HelixResponse<HelixUser>, Box<dyn Error>>