Type Alias couch_rs::types::view::RawViewCollection

source ·
pub type RawViewCollection<K, V> = ViewCollection<K, V, Value>;

Aliased Type§

struct RawViewCollection<K, V> {
    pub offset: Option<u32>,
    pub rows: Vec<ViewItem<K, V, Value>>,
    pub total_rows: Option<u32>,
}

Fields§

§offset: Option<u32>§rows: Vec<ViewItem<K, V, Value>>§total_rows: Option<u32>