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