Module Command.BorderSource

Sourcetype t =
  1. | Width of int32
  2. | Color of {
    1. which : Oxbow_core.Border_target.t;
    2. color : Oxbow_core.Color.t;
    }