DoxigAlpha

RtlGenRandomError

Source

Implementation

#
pub const RtlGenRandomError = error{
    /// `RtlGenRandom` has been known to fail in situations where the system is under heavy load.
    /// Unfortunately, it does not call `SetLastError`, so it is not possible to get more specific
    /// error information; it could actually be due to an out-of-memory condition, for example.
    SystemResources,
}