pub trait WindowsExceptionVector {
const Apc: Self;
const Dpc: Self;
}Expand description
An extension trait for ExceptionVector that provides access to
Windows-specific exception vectors.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".