Function places::storage::bookmarks::json_tree::fetch_tree

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