Trait youtube3_util::ListCall [] [src]

pub trait ListCall: CallBuilder {
    type Response: ListCallResponse;
    fn page_token(self, token: &str) -> Self;
fn doit(self) -> YtResult<Self::Response>; }

Associated Types

Required Methods

Implementors