package mirage-block-combinators

  1. Overview
  2. Docs
include Mirage_block.S
type error = private [>
  1. | Mirage_device.error
]
val pp_error : error Fmt.t
type write_error = private [>
  1. | `Disconnected
  2. | `Is_read_only
  3. | `Unimplemented
]
val pp_write_error : write_error Fmt.t
type t
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 seek_unmapped : t -> int64 -> (int64, error) Stdlib.result Lwt.t
val seek_mapped : t -> int64 -> (int64, error) Stdlib.result Lwt.t
OCaml

Innovation. Community. Security.