Skip to main content

WindowsError

Type Alias WindowsError 

Source
pub type WindowsError = Error;
Expand description

The error type for Windows-specific operations. This is a type alias for windows::core::Error.

Aliased Typeยง

pub struct WindowsError { /* private fields */ }