Function alle::todo::add_due_date

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