Type Alias logix_type::Str

source ·
pub type Str = SmolStr;

Aliased Type§

struct Str(/* private fields */);

Trait Implementations§

source§

impl LogixType for Str

source§

const DESCRIPTOR: &'static LogixTypeDescriptor = _

source§

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