rschema_core/schema/
defs.rs

1use indexmap::IndexMap;
2
3use super::Type;
4
5pub type Definitions = IndexMap<&'static str, Type>;