Trait logix_type::LogixType
source · pub trait LogixType: Sized {
const DESCRIPTOR: &'static LogixTypeDescriptor;
// Required method
fn logix_parse<FS: LogixVfs>(
p: &mut LogixParser<'_, '_, FS>
) -> Result<Value<Self>>;
}Required Associated Constants§
const DESCRIPTOR: &'static LogixTypeDescriptor
Required Methods§
fn logix_parse<FS: LogixVfs>( p: &mut LogixParser<'_, '_, FS> ) -> Result<Value<Self>>
Object Safety§
This trait is not object safe.