/*!
Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
*/
use *;
use *;
use *;
pub use Error;
pub use HRESULT;
/// A specialized [`Result`] type that provides Windows error information.
pub type Result<T> = Result;