Type Definition dgen::DynFun

source ·
pub type DynFun<T> = Rc<dyn RunnableFunction<T>>;