pub type SimplHardenError = HardenError<EmptySystemError>;
Expand description

Harden error which does not include the underlying system error, but does contain which hardening step went wrong.

Available on no-std targets.