Mirage_deviceSourceThis module define the basic functions that a MirageOS device should implement.
Release v1.2.0
type error = [ | `Unimplementedoperation not yet implemented in the code
*)| `Disconnectedthe device has been previously disconnected
*) ]The type for device errors.