Mirage_block_memmodule Int64Map : sig ... endtype error = Mirage_block.errorval pp_error : Mirage_block.error Fmt.ttype write_error = Mirage_block.write_errorval pp_write_error : Mirage_block.write_error Fmt.tval devices : ( string, t ) Stdlib.Hashtbl.tval get_info : t -> Mirage_block.info Lwt.tval connect : string -> t Lwt.tval disconnect : t -> unit Lwt.tval read :
t ->
Int64Map.key ->
Cstruct.t list ->
( unit, 'a ) Stdlib.result Lwt.tval write :
t ->
Int64Map.key ->
Cstruct.t list ->
( unit, 'a ) Stdlib.result Lwt.t