find_or_create

Function find_or_create 

Source
pub fn find_or_create(
    conn: &Connection,
    name: &str,
    id: Option<i64>,
) -> Result<Tag>