Skip to main content

Namespace

Trait Namespace 

Source
pub unsafe trait Namespace: Debug {
    // Required method
    fn runtime_value(&self) -> RuntimeNamespace;
}
Expand description

§Safety

Must only be implemented on type that are transparently [RuntimeType]

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§