Type Definition koval::ResolutionFn

source · []
pub type ResolutionFn = Arc<dyn Fn(&Container) -> Result<Arc<dyn Any>, InjectionError>>;