Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = point
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val bin_t : t Bin_prot.Type_class.t0
val bin_size_t : t -> int
val bin_read_t : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> t
val bin_write_t : Bin_prot.Common.buf -> pos:int -> t -> int
val bin_reader_t : t Bin_prot.Type_class.reader0
val bin_writer_t : t Bin_prot.Type_class.writer0
val to_yojson : t -> Yojson.Safe.json
val of_yojson : Yojson.Safe.json -> (t, string) Stdlib.result
val encode : t -> Cstruct.t
val decode : Cstruct.t -> (t, string) Result.result