Function places::storage::bookmarks::fetch::fetch_tree

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

Call fetch_tree_with_depth with FetchDepth::Deepest. This is the function called by the FFI when requesting the tree.