Type Alias logix_type::types::Map

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

Aliased Type§

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

Trait Implementations§

source§

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

source§

fn descriptor() -> &'static LogixTypeDescriptor

A description of the type, intended used for documentation and auto-completion
source§

fn default_value() -> Option<Self>

If the value is optional, this returns Some
source§

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

Parse the value from the given parser state