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