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.