Type Alias kcl_lib::std::StdFn

source ยท
pub type StdFn = fn(_: Args) -> Pin<Box<dyn Future<Output = Result<MemoryItem, KclError>> + Send>>;