Type Alias Context

Source
type Context = BTreeMap<Id, Vec<SqlColumnType>>;

Aliased Typeยง

struct Context { /* private fields */ }