pub trait TryRngCore: TryRng {
type Error: Error;
}👎Deprecated since 0.10.0: use
TryRng insteadExpand description
DEPRECATED: stub trait to print a deprecation warning and aid discovering that TryRng is the
replacement.
main (development) branch of crypto-glue.