Type Definition bluejay_parser::ast::Value

source ·
pub type Value<'a, const CONST: bool> = Value<CONST, Variable<'a>, IntValue, FloatValue, StringValue, BooleanValue, Name<'a>, Name<'a>, ListValue<'a, CONST>, ObjectValue<'a, CONST>>;

Trait Implementations§

source§

impl<'a, const CONST: bool> HasSpan for Value<'a, CONST>

source§

fn span(&self) -> Span