Function places::storage::history::get_visit_page

source ·
pub fn get_visit_page(
    db: &PlacesDb,
    offset: i64,
    count: i64,
    exclude_types: VisitTransitionSet
) -> Result<Vec<HistoryVisitInfo>>