Skip to main content

bookmarks_list

Function bookmarks_list 

Source
pub async fn bookmarks_list(
    store: State<'_, BookmarkStoreHandle>,
) -> Result<Vec<Bookmark>, AppError>
Expand description

Return all persisted bookmarks in insertion order.