//! Errors used thoughout this base crate.
//!
//! Currently, these errors are just unit structs as we get things working.
//!
//! TODO (): Flesh out these structures (or move them from `base`).
use Infallible;
/// Any error which can happen when marshalling
;
/// Any error which can happen when unmarshalling
;
/// Specific error type corresponding to TPM_RC_HASH
;