pub trait TpmBackend: Send { // Required method fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] ⓘ; }