Type Definition hotdrink_rs::planner::MethodFunction[][src]

type MethodFunction<T> = Arc<dyn Fn(Vec<Arc<T>>) -> MethodResult<Arc<T>> + Send + Sync>;

The function contained within a method.