pub type CoinPage = Page<Coin, ObjectID>;Aliased Type§
pub struct CoinPage {
pub data: Vec<Coin>,
pub next_cursor: Option<ObjectID>,
pub has_next_page: bool,
}Fields§
§data: Vec<Coin>§next_cursor: Option<ObjectID>§has_next_page: bool