[][src]Function twitch_rs::videos::get

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