pub trait Symbol:
IsVar
+ From<Arc<String>>
+ Clone
+ Debug
+ Display
+ PartialEq
+ Eq
+ PartialOrd
+ Hash { }Expand description
Implemented by symbol types.
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.