SyntheticMacroKind

Trait SyntheticMacroKind 

Source
pub trait SyntheticMacroKind:
    Default
    + Copy
    + Debug {
    const WHAT: &'static str;
}
Expand description

Kind marker types

Required Associated Constants§

Source

const WHAT: &'static str

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§