pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}Expand description
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl Tagged for Any
Available on crate feature
alloc only.