Type Alias re_format_arrow::Metadata

source ·
pub(crate) type Metadata = BTreeMap<String, String>;
Expand description

This is a BTreeMap, and not a HashMap, because we want a predictable order.

Aliased Type§

struct Metadata { /* private fields */ }