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
search_bookmarks
Copy item path
Settings
Help
Summary
Source
pub fn search_bookmarks( db: &
PlacesDb
, search: &
str
, limit:
u32
, ) ->
Result
<
Vec
<
BookmarkData
>>