1 2 3 4 5 6 7
use super::*; #[derive(Default)] pub struct Constant { pub value: Value, pub(crate) parent_index: HasConstant, }