Skip to main content

ensure_unique

Function ensure_unique 

Source
pub fn ensure_unique(
    config: &ConfigStore,
    project: &ProjectEntry,
    slug: &str,
    except_id: Option<&str>,
) -> Result<()>