Skip to main content

apply_component_changes

Function apply_component_changes 

Source
pub async fn apply_component_changes<D: SetupOperator>(
    changes: Vec<&SetupChange<D>>,
    context: &D::Context,
) -> Result<()>