pub unsafe trait NodeBase:
AtomicRefCounted
+ Eq
+ Hash {
// Provided method
fn needs_drop() -> bool { ... }
}
Expand description
Provided Methods§
Sourcefn needs_drop() -> bool
fn needs_drop() -> bool
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.