pub fn fetch_tree_with_depth( db: &PlacesDb, item_guid: &Guid, target_depth: &FetchDepth, ) -> Result<Option<Item>>
Call fetch_tree with a depth parameter and convert the result to an Item.