places
0.1.0
In places::
storage::
bookmarks::
fetch
Structs
BookmarkData
Folder
RECENT_BOOKMARKS_QUERY
SEARCH_QUERY
Separator
Enums
Item
Functions
fetch_bookmark
fetch_bookmarks_by_url
fetch_tree
fetch_tree_with_depth
recent_bookmarks
search_bookmarks
places
::
storage
::
bookmarks
::
fetch
Function
fetch_bookmarks_by_url
Copy item path
Settings
Help
Summary
Source
pub fn fetch_bookmarks_by_url( db: &
PlacesDb
, url: &
Url
, ) ->
Result
<
Vec
<
BookmarkData
>>