pub trait CustomToTokens<'a> {
    fn to_tokens(&'a self, tokens: &mut TokenStream);
}

Required Methods

Implementations on Foreign Types

Implementors