pub fn textify_enum<S: Scope, W: Write>(s: &str, _ctx: &S, w: &mut W) -> Result
Write an enum value. Enums are written as &<identifier>, if the string is a valid identifier; otherwise, they are written as &'<escaped_string>'.
&<identifier>
&'<escaped_string>'