Function insert

Source
pub async fn insert(
    conn: &mut PgConnection,
    pkey_policy: PKeyPolicy<Uuid>,
    name: &str,
    slug: &str,
    description: Option<&str>,
    hidden: bool,
) -> ModelResult<Uuid>