Skip to main content

GetQuery

Trait GetQuery 

Source
pub trait GetQuery {
    // Required methods
    fn url(&self) -> &str;
    fn params(&self) -> Vec<(&str, Cow<'_, str>)>;
}
Expand description

Represents a plain GET query that can be sent to Innertube.

Required Methods§

Source

fn url(&self) -> &str

Source

fn params(&self) -> Vec<(&str, Cow<'_, str>)>

Implementors§