pub trait URITrait:
URIOrRefTrait
+ Deserialize<'static>
+ Into<URI>
+ FromStr
+ Display {
type Ref<'a>: URIRefTrait<'a, Owned = Self>;
}
Available on crate feature
serde
only.Required Associated Typesยง
type Ref<'a>: URIRefTrait<'a, Owned = Self>
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.