Page

Type Alias Page 

Source
pub type Page<T> = PageableData<Vec<Node<T>>>;

Aliased Type§

pub struct Page<T> {
    pub data: Vec<Node<T>>,
    pub paging: Paging,
}

Fields§

§data: Vec<Node<T>>§paging: Paging