pub trait TpmFrame:
TpmMarshal
+ TpmMarshalBody
+ Debug {
// Required methods
fn cc(&self) -> TpmCc;
fn handles(&self) -> usize;
}Expand description
A trait for TPM commands and responses that provides dynamic frame information.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.