Module winsafe::prelude

source ·
Available on crate feature kernel only.
Expand description

The WinSafe prelude.

The purpose of this module is to alleviate imports of many common traits. To use it, add a glob import to the top of all your modules that use the library:

use winsafe::prelude::*;

Traits§