Export CallableFunction.

This commit is contained in:
Stephen Chung
2022-11-17 18:05:52 +08:00
parent 9e5e18af61
commit bf845fbd7a
4 changed files with 31 additions and 32 deletions

View File

@@ -340,7 +340,7 @@ pub use eval::{Caches, FnResolutionCache, FnResolutionCacheEntry, GlobalRuntimeS
#[cfg(feature = "internals")]
#[allow(deprecated)]
pub use func::{locked_read, locked_write, NativeCallContextStore};
pub use func::{locked_read, locked_write, CallableFunction, NativeCallContextStore};
#[cfg(feature = "internals")]
#[cfg(feature = "metadata")]