package guardian

  1. Overview
  2. Docs

Module Uuid.ActorSource

Sourcetype t
Sourceval nil : t
Sourceval ns_dns : t
Sourceval ns_url : t
Sourceval ns_oid : t
Sourceval ns_X500 : t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval of_bytes : ?pos:int -> string -> t option
Sourceval to_bytes : t -> string
Sourceval of_mixed_endian_bytes : ?pos:int -> string -> t option
Sourceval to_mixed_endian_bytes : t -> string
Sourceval unsafe_of_bytes : string -> t
Sourceval unsafe_to_bytes : t -> string
Sourceval of_string : ?pos:int -> string -> t option
Sourceval to_string : ?upper:bool -> t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_string : ?upper:bool -> Format.formatter -> t -> unit
Sourceval to_yojson : t -> [> `String of string ]
Sourceval of_yojson : [> `String of string ] -> (t, string) result
Sourceval of_string_exn : string -> t
Sourceval create : unit -> t