Trait NodeSubtype
pub trait NodeSubtype {
type Base: NativeRefCounted;
}Required Associated Types§
type Base: NativeRefCounted
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".