pub trait TeeReport: Sized { type Error; // Required method fn verify(&self) -> Result<(), Self::Error>; }