handle bookmark toggle action results

This commit is contained in:
yggverse 2024-11-14 12:48:58 +02:00
parent a0c52f2ede
commit 0b44303023
6 changed files with 42 additions and 11 deletions

View file

@ -0,0 +1,5 @@
#[derive(Debug)]
pub enum Error {
Bookmark,
PageNotFound,
}