pub trait UnwrapTokenTree { fn ident(&self) -> Result<&'_ Ident, &'static str>; fn literal(&self) -> Result<&'_ Literal, &'static str>; }