pub trait ExpectValue { // Required method fn expect_value(self, expected: &[&str], span: &Span) -> Result<Value>; }