pub type Map<V, K = ShortStr> = IndexMap<K, V>;Aliased Type§
pub struct Map<V, K = ShortStr> { /* private fields */ }Trait Implementations§
Source§impl<T: LogixType, K> LogixType for Map<T, K>
impl<T: LogixType, K> LogixType for Map<T, K>
Source§fn descriptor() -> &'static LogixTypeDescriptor
fn descriptor() -> &'static LogixTypeDescriptor
A description of the type, intended used for documentation and auto-completion
Source§fn default_value() -> Option<Self>
fn default_value() -> Option<Self>
If the value is optional, this returns
SomeSource§fn logix_parse<FS: LogixVfs>(
p: &mut LogixParser<'_, '_, FS>,
) -> Result<Value<Self>>
fn logix_parse<FS: LogixVfs>( p: &mut LogixParser<'_, '_, FS>, ) -> Result<Value<Self>>
Parse the value from the given parser state