Trait ContentURITrait

Source
pub trait ContentURITrait: URIOrRefTrait {
    // Required methods
    fn as_content(&self) -> ContentURIRef<'_>;
    fn module(&self) -> ModuleURIRef<'_>;
}

Required Methods§

Source

fn as_content(&self) -> ContentURIRef<'_>

Source

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.

Implementors§