pub trait HandleTypeInfo {
type ManagedBufferHandle: HandleConstraints;
type BigIntHandle: HandleConstraints;
type BigFloatHandle: HandleConstraints;
type EllipticCurveHandle: HandleConstraints;
type ManagedMapHandle: HandleConstraints;
}Required Associated Types§
type ManagedBufferHandle: HandleConstraints
type BigIntHandle: HandleConstraints
type BigFloatHandle: HandleConstraints
type EllipticCurveHandle: HandleConstraints
type ManagedMapHandle: HandleConstraints
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".