places::storage::bookmarks::json_tree

Function fetch_tree

source
pub fn fetch_tree(
    db: &PlacesDb,
    item_guid: &Guid,
    target_depth: &FetchDepth,
) -> Result<Option<(BookmarkTreeNode, Option<Guid>, u32)>>