Trait TryRngCore

Deprecated since 0.10.0: use `TryRng` instead
pub trait TryRngCore: TryRng

DEPRECATED: stub trait to print a deprecation warning and aid discovering that TryRng is the replacement.

Associated Types

type Error: Error;

Error type.

Implementors