OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be successfully invoked.
(trait int)
| 386 | // OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be |
| 387 | // successfully invoked. |
| 388 | func OverloadOperandTrait(trait int) OverloadOpt { |
| 389 | return decls.OverloadOperandTrait(trait) |
| 390 | } |
| 391 | |
| 392 | // TypeToExprType converts a CEL-native type representation to a protobuf CEL Type representation. |
| 393 | func TypeToExprType(t *Type) (*exprpb.Type, error) { |