GuestToHostCommandExt

Trait GuestToHostCommandExt 

pub trait GuestToHostCommandExt {
    // Required method
    fn type_name(&self) -> Option<&str>;
}

Required Methods§

fn type_name(&self) -> Option<&str>

Returns the command type name of the command.

Implementors§