pub trait TryRngCore: TryRng { type Error: Error; }
TryRng
DEPRECATED: stub trait to print a deprecation warning and aid discovering that TryRng is the replacement.
Error type.