Type Definition virtio_drivers::Result
source · Expand description
The type returned by driver methods.
Trait Implementations§
source§impl From<RespStatus> for Result
impl From<RespStatus> for Result
source§fn from(status: RespStatus) -> Self
fn from(status: RespStatus) -> Self
Converts to this type from the input type.