Trait vmm_vhost::message::VhostUserMsgValidator
source · pub trait VhostUserMsgValidator {
// Provided method
fn is_valid(&self) -> bool { ... }
}
Expand description
Vhost message Validator.
pub trait VhostUserMsgValidator {
// Provided method
fn is_valid(&self) -> bool { ... }
}
Vhost message Validator.