Trait openlibrary_rs::OpenlibraryRequest
source · [−]pub trait OpenlibraryRequest {
fn url(&self) -> Url;
fn host() -> String { ... }
fn execute(&self) -> Value { ... }
}Expand description
Trait representation of an Openlibrary request