Trait Param
pub trait Param<T, C = <T as TypeKind>::TypeKind>: Sizedwhere
T: Type<T> + TypeKind,{ }
Expand description
Provides automatic parameter conversion in cases where the Windows API expects implicit conversion support.
There is no need to implement this trait. Blanket implementations are provided for all applicable Windows 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.