Trait rust_ad_core::traits::UnwrapTokenTree[][src]

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

Required methods

Implementations on Foreign Types

Implementors