Module NullsafeMode.Trust
val is_trust_none : trust_list -> bool
type t=|All|Only of trust_list
val none : tval of_annot : IR.Annot.t -> t optionReturns
Trust.twhen provided annotation matches the format of@TrustList, otherwiseNone.
val pp : Stdlib.Format.formatter -> t -> unit