Module common

Module common 

Source

Re-exports§

pub use types::*;
pub use values::*;

Modules§

types
values

Structs§

Ast
CallExpr
ComprehensionExpr
Constant
EnumConstant
Expr
FunctionDecl
IdentExpr
ListExpr
ListExprElement
MapExpr
MapExprEntry
OverloadDecl
SelectExpr
Source
StructExpr
StructExprField
TypeIntrospector
TypeReflector
UnspecifiedExpr
VariableDecl

Enums§

ConstantKindCase
ExprKindCase
Kind
Represents the fundamental type categories in CEL.
TypeKind
Represents the type kinds in CEL’s type system.
ValueKind
Represents the value kinds in CEL’s value system.

Traits§

FfiTypeIntrospector
FfiTypeReflector