plan_capabilities_with_provider

Function plan_capabilities_with_provider 

Source
pub async fn plan_capabilities_with_provider<Provider: DavCapabilityProvider>(
    provider: &Provider,
    target: &DavCapabilityTarget,
    context: &DavCapabilityContext,
) -> Result<DavCapabilitySnapshot, DavCapabilityEvaluationError>
Expand description

Resolves product facts and enforces the static profile maximum before planning.

ยงErrors

Returns an error when provider lookup fails or its declaration exceeds the static profile.