[][src]Trait absolution::AsNative

pub trait AsNative {
    type Native;
    fn as_native(&self) -> Self::Native;
}

Associated Types

type Native

Loading content...

Required methods

fn as_native(&self) -> Self::Native

Convert an absolution token into its proc_macro2 counterpart

Loading content...

Implementors

impl AsNative for TokenTree[src]

impl AsNative for Group[src]

type Native = Group

impl AsNative for Ident[src]

type Native = Ident

impl AsNative for Literal[src]

impl AsNative for Punct[src]

type Native = Punct

impl AsNative for TokenStream[src]

Loading content...