Type Definition windows::core::Result

[]
pub type Result<T> = Result<T, Error>;
Expand description

A specialized Result type that provides Windows error information.