pub type Resolver = dyn Fn(&BoundIdentifier) -> Result<OwnedConfigurationItem, ManifestError> + Send + Sync;Expand description
The type associated with a resolver function.
pub type Resolver = dyn Fn(&BoundIdentifier) -> Result<OwnedConfigurationItem, ManifestError> + Send + Sync;The type associated with a resolver function.