Home
last modified time | relevance | path

Searched defs:VhostUserHandlerError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vhost-user-backend/src/
Dhandler.rs38 pub enum VhostUserHandlerError { enum
49 impl std::fmt::Display for VhostUserHandlerError { implementation
66 impl error::Error for VhostUserHandlerError {} implementation