Function alle::todo::remove_todo_tag

source ·
pub fn remove_todo_tag(
    db: &DB,
    key: &String,
    tag: &String
) -> Result<(), &'static str>