pub trait OpenlibraryRequest {
    fn url(&self) -> Url;

    fn host() -> String { ... }
    fn execute(&self) -> Value { ... }
}
Expand description

Trait representation of an Openlibrary request

Required Methods

Provided Methods

Implementors