Type Definition virtio_drivers::Result

source ·
pub type Result<T = ()> = Result<T, Error>;
Expand description

The type returned by driver methods.

Trait Implementations§

Converts to this type from the input type.