Trait bestbuy::client::BestbuyResponse [] [src]

pub trait BestbuyResponse {
    fn get_response<T: for<'de> Deserialize<'de>>(&mut self) -> BestbuyResult<T>;
}

Required Methods

Implementations on Foreign Types

impl BestbuyResponse for Response
[src]

[src]

Implementors