pub trait Symbol<I: Interner>:
Copy
+ Hash
+ PartialEq
+ Eq
+ Debug {
const KW_UNDERSCORE_LIFETIME: Self;
const KW_STATIC_LIFETIME: Self;
const SYM_ANON: Self;
}Required Associated Constants§
const KW_UNDERSCORE_LIFETIME: Self
const KW_STATIC_LIFETIME: Self
const SYM_ANON: Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".