axdriver

Type Alias AxBlockDevice

Source
pub type AxBlockDevice = Box<dyn BlockDriverOps>;
Available on crate feature block only.
Expand description

The unified type of the block storage devices.

Aliased Typeยง

struct AxBlockDevice(/* private fields */);