[][src]Function todo_app_server::handlers::list_todos

pub async fn list_todos(
    opts: ListOptions,
    db_conn: DbConn
) -> Result<impl Reply, Infallible>