Function alle::todo::edit_todo_note

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