Module Vhd_format_lwt.Block
include Mirage_block.S
type nonrec error = private [>
| Mirage_block.error
]
val pp_error : error Fmt.t
type nonrec write_error = private [>
| Mirage_block.write_error
]
val disconnect : t -> unit Lwt.t
val get_info : t -> Mirage_block.info Lwt.t
val read : t -> int64 -> Cstruct.t list -> (unit, error) Stdlib.result Lwt.t
val write :
t ->
int64 ->
Cstruct.t list ->
(unit, write_error) Stdlib.result Lwt.t
val connect : string -> t Lwt.t