pub fn string<'a>(expr: &'a Expression<'a>) -> Option<&'a str>Expand description
Extract a string from an expression. Zero-copy — borrows from arena.
pub fn string<'a>(expr: &'a Expression<'a>) -> Option<&'a str>Extract a string from an expression. Zero-copy — borrows from arena.