Type Alias logix_type::Str

source ·
pub type Str = SmolStr;

Aliased Type§

struct Str(/* private fields */);

Trait Implementations§

source§

impl LogixType for Str

source§

fn descriptor() -> &'static LogixTypeDescriptor

source§

fn default_value() -> Option<Self>

source§

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