Type Definition secmem_proc::harden::SimplHardenError
source · [−]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.