The type for copy errors.
val copy : src:A.flow -> dst:B.flow -> (Mirage_flow.stats, error) Stdlib.result Lwt.t
copy source destination
copies data from source
to destination
using the clock to compute a transfer rate. On successful completion, some statistics are returned. On failure we return a printable error.