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