package guardian

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

Module Make.ActorRoleSource

Sourcetype t = {
  1. actor_uuid : Uuid.Actor.t;
  2. role : Role.t;
  3. target_uuid : Uuid.Target.t option;
}
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval compare : t -> t -> int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : ?target_uuid:Uuid.Target.t -> Uuid.Actor.t -> Role.t -> t
Sourceval role_to_human : t -> string