Type Definition dptree::di::CompiledFn

source · []
pub type CompiledFn<'a, Output> = Arc<dyn Fn() -> BoxFuture<'a, Output> + Send + Sync + 'a>;
Expand description

A function with all dependencies satisfied.