pub trait IntoUrl {
// Required method
fn into_url(self) -> Result<Url, ParseError>;
}Expand description
Used by ContentItem::href.
pub trait IntoUrl {
// Required method
fn into_url(self) -> Result<Url, ParseError>;
}Used by ContentItem::href.