package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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;
    }