Type Alias logix_type::Map

source ·
pub type Map<V> = IndexMap<Str, V>;

Aliased Type§

struct Map<V> { /* private fields */ }

Trait Implementations§

source§

impl<T: LogixType> LogixType for Map<T>

source§

fn descriptor() -> &'static LogixTypeDescriptor

source§

fn default_value() -> Option<Self>

source§

fn logix_parse<FS: LogixVfs>( p: &mut LogixParser<'_, '_, FS> ) -> Result<Value<Self>>