Type Alias wick_config::Resolver

source ·
pub type Resolver = dyn Fn(&str) -> Result<OwnedConfigurationItem, ManifestError> + Send + Sync;
Expand description

The type associated with a resolver function.