package oxbow

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

Module River_window_v1.ErrorSource

Sourcetype t =
  1. | Node_exists : t
  2. | Invalid_dimensions : t
  3. | Invalid_border : t
  4. | Invalid_clip_box : t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t