OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be successfully invoked.
(trait int)
| 356 | // OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be |
| 357 | // successfully invoked. |
| 358 | func OverloadOperandTrait(trait int) OverloadOpt { |
| 359 | return decls.OverloadOperandTrait(trait) |
| 360 | } |
| 361 | |
| 362 | // TypeToExprType converts a CEL-native type representation to a protobuf CEL Type representation. |
| 363 | func TypeToExprType(t *Type) (*exprpb.Type, error) { |