Type Alias InfoContextFieldTopLevelData

Source
pub type InfoContextFieldTopLevelData = Vec<(String, InfoContextBuilderFieldTopLevelValue)>;
Expand description

A type alias for the key => top-level-value storage of an info section.

Aliased Typeยง

struct InfoContextFieldTopLevelData { /* private fields */ }