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§
- Closure
Function Iter - An iterator over the variants of ClosureFunction
- Function
Registry - 函数注册表
- Method
Registry - 方法注册表
Enums§
- Closure
Function - 闭包函数枚举
- Date
Method - 日期方法枚举
- Deprecated
Function - 已废弃函数枚举
- Function
Kind - 函数类型枚举
- Method
Kind - 方法类型枚举