Type Alias key_native::NativeMethod
source · pub type NativeMethod = fn(_: &mut Instance, args: Vec<LitrRef>, _: Scope) -> Litr;Expand description
Key语言的原生类型中为模块定义的方法
pub type NativeMethod = fn(_: &mut Instance, args: Vec<LitrRef>, _: Scope) -> Litr;Key语言的原生类型中为模块定义的方法