Function places::storage::bookmarks::fetch::fetch_tree_with_depth

source ·
pub fn fetch_tree_with_depth(
    db: &PlacesDb,
    item_guid: &Guid,
    target_depth: &FetchDepth
) -> Result<Option<Item>>
Expand description

Call fetch_tree with a depth parameter and convert the result to an Item.