pub fn disable_provider(
state: &mut ProviderTrustState,
runtime_id: &str,
reason: Option<String>,
)Expand description
Record a disabled decision. Replaces any existing entry for the runtime_id.
pub fn disable_provider(
state: &mut ProviderTrustState,
runtime_id: &str,
reason: Option<String>,
)Record a disabled decision. Replaces any existing entry for the runtime_id.