pub async fn delete_notebook(
db: &Arc<dyn NotebookDb>,
id: Uuid,
user_id: Uuid,
) -> Result<bool, NotebookError>Expand description
Delete a notebook. Returns true if a row was removed.
pub async fn delete_notebook(
db: &Arc<dyn NotebookDb>,
id: Uuid,
user_id: Uuid,
) -> Result<bool, NotebookError>Delete a notebook. Returns true if a row was removed.