Type Alias vmm_vhost::message::VhostUserRequestResponse
source · pub(crate) type VhostUserRequestResponse = Result<u64, VhostUserRequestError>;Aliased Type§
enum VhostUserRequestResponse {
Ok(u64),
Err(VhostUserRequestError),
}