places::storage::bookmarks::fetch

Function fetch_bookmark

source
pub fn fetch_bookmark(
    db: &PlacesDb,
    item_guid: &Guid,
    get_direct_children: bool,
) -> Result<Option<Item>>
Expand description

This is similar to fetch_tree, but does not recursively fetch children of folders.

If get_direct_children is true, it will return 1 level of folder children, otherwise it returns just their guids.