Skip to main content

AsyncRangePage

Type Alias AsyncRangePage 

Source
pub type AsyncRangePage = RangePage;
Expand description

Backward-compatible name for async range pages.

Aliased Type§

pub struct AsyncRangePage {
    pub entries: Vec<(Vec<u8>, Vec<u8>)>,
    pub next_cursor: Option<RangeCursor>,
}

Fields§

§entries: Vec<(Vec<u8>, Vec<u8>)>§next_cursor: Option<RangeCursor>