pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}Expand description
Required Methods§
Implementors§
impl Tagged for Any
Available on crate feature
alloc only.pub trait Tagged {
// Required method
fn tag(&self) -> Tag;
}alloc only.