Function alle::todo::add_todo_note

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