package vhd-format

  1. Overview
  2. Docs
type 'a t = {
  1. filename : string;
  2. handle : 'a;
}