Trait ytr::ApiRequest[][src]

pub trait ApiRequest: Serialize {
    fn method(&self) -> &str;
}

Request to be executed.

Required Methods

Method name for url.

Implementors