Function places::storage::history::get_visit_page_with_bound

source ·
pub fn get_visit_page_with_bound(
    db: &PlacesDb,
    bound: i64,
    offset: i64,
    count: i64,
    exclude_types: VisitTransitionSet
) -> Result<HistoryVisitInfosWithBound>