Skip to main content

Tables

Type Alias Tables 

Source
pub type Tables = HashMap<String, Table>;
Expand description

A mapping of table names to in-memory tables.

Aliased Typeยง

pub struct Tables { /* private fields */ }