Trait youtube3_util::ListCallResponse [] [src]

pub trait ListCallResponse: ResponseResult + Debug {
    type Item: ListItem;
    fn next_page_token(&self) -> Option<String>;
fn items(&self) -> Vec<Self::Item>; }

Associated Types

Required Methods

Implementors