package mirage-block-combinators

  1. Overview
  2. Docs

Module Mirage_block_copy.CopySource

Parameters

module From : B.S
module Dest : B.S

Signature

Sourcemodule From_seekable : sig ... end
Sourcemodule Sparse_copy : sig ... end
Sourceval pp_error : Format.formatter -> [< `A of From_seekable.error | `B of Dest.write_error | `Different_sizes | `Is_read_only ] -> unit
Sourceval v : src:From_seekable.t -> dst:Dest.t -> (unit, [> `A of From_seekable.error | `B of Dest.write_error | `Different_sizes ]) result Lwt.t