pub trait ContentURITrait: URIOrRefTrait {
// Required methods
fn as_content(&self) -> ContentURIRef<'_>;
fn module(&self) -> ModuleURIRef<'_>;
}
Required Methods§
fn as_content(&self) -> ContentURIRef<'_>
fn module(&self) -> ModuleURIRef<'_>
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.