Trait trillium_client::IntoUrl
source · pub trait IntoUrl {
// Required method
fn into_url(self, base: Option<&Url>) -> Result<Url>;
}
Expand description
attempt to construct a url, with base if present
pub trait IntoUrl {
// Required method
fn into_url(self, base: Option<&Url>) -> Result<Url>;
}
attempt to construct a url, with base if present