pub type InfoContextFieldTopLevelData = Vec<(String, InfoContextBuilderFieldTopLevelValue)>;Expand description
A type alias for the key => top-level-value storage of an info
section.
Aliased Typeยง
pub struct InfoContextFieldTopLevelData { /* private fields */ }