Trait pmutil::ToTokensExt
source · [−]pub trait ToTokensExt: ToTokens {
fn dump(&self) -> TokenStream { ... }
fn first_last(&self) -> FirstLast { ... }
}
Provided Methods
source
fn dump(&self) -> TokenStream
sourcefn first_last(&self) -> FirstLast
fn first_last(&self) -> FirstLast
Usage: Quote::new(body.first_last())