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.