pub trait OrgChromiumVtpm { // Required method fn send_command(&self, request: Vec<u8>) -> Result<Vec<u8>, Error>; }