Trait self_rust_tokenize::SelfRustTokenize[][src]

pub trait SelfRustTokenize {
    fn to_tokens(&self) -> TokenStream;
}

Required methods

Returns the tokens used to construct self

Implementations on Foreign Types

Implementors