package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type role = [
  1. | `Client
]
val outbound : ('a, 'v, role) Proxy.t -> ('a, [ `W ]) Msg.t -> unit
val inbound : ('a, 'v, role) Proxy.t -> ('a, [ `R ]) Msg.t -> unit