Function alle::todo::get_all_todos

source ·
pub fn get_all_todos(
    db: &DB,
    status: Option<&String>,
    tag: Option<&String>
) -> Vec<Todo>