pub trait TryRngCore: TryRng {
type Error: Error;
}👎Deprecated since 0.10.0:
use TryRng instead
Expand description
DEPRECATED: stub trait to print a deprecation warning and aid discovering that TryRng is the
replacement.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".