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