Skip to main content

with_locked_queue_mutation

Function with_locked_queue_mutation 

Source
pub fn with_locked_queue_mutation<T>(
    resolved: &Resolved,
    label: &str,
    operation: impl AsRef<str>,
    force: bool,
    mutate: impl FnOnce() -> Result<T>,
) -> Result<T>