Module functions

Source
Expand description

函数模块

提供表达式中可用的各种函数类型,包括内置函数、自定义函数、方法和已废弃函数

Re-exports§

pub use crate::functions::defs::FunctionTypecheck;
pub use crate::functions::internal::InternalFunction;
pub use crate::functions::mf_function::MfFunction;
pub use crate::functions::state_guard::StateGuard;
pub use crate::functions::state_guard::with_state_async;

Modules§

arguments
函数参数处理模块
defs
internal
内置函数模块
mf_function
自定义函数模块
state_guard
State 守卫模块

Structs§

ClosureFunctionIter
An iterator over the variants of ClosureFunction
FunctionRegistry
函数注册表
MethodRegistry
方法注册表

Enums§

ClosureFunction
闭包函数枚举
DateMethod
日期方法枚举
DeprecatedFunction
已废弃函数枚举
FunctionKind
函数类型枚举
MethodKind
方法类型枚举