pub trait GuestToHostCommandExt { // Required method fn type_name(&self) -> Option<&str>; }
Returns the command type name of the command.