pub type ResolutionFn = Arc<dyn Fn(&mut Container) -> Result<Arc<dyn Any + Send + Sync>, InjectionError> + Send + Sync + 'static>;
pub struct ResolutionFn { /* private fields */ }