Trait ya_client::web::WebInterface
source · pub trait WebInterface {
const API_URL_ENV_VAR: &'static str;
const API_SUFFIX: &'static str;
// Required method
fn from_client(client: WebClient) -> Self;
// Provided method
fn rebase_service_url(base_url: Rc<Url>) -> Result<Rc<Url>> { ... }
}Required Associated Constants§
const API_URL_ENV_VAR: &'static str
const API_SUFFIX: &'static str
Required Methods§
fn from_client(client: WebClient) -> Self
Provided Methods§
Object Safety§
This trait is not object safe.