pub(crate) trait ToTokenTree: Sized {
// Required method
fn into_token_tree(self) -> TokenTree;
}
Required Methods§
fn into_token_tree(self) -> TokenTree
Object Safety§
This trait is not object safe.
pub(crate) trait ToTokenTree: Sized {
// Required method
fn into_token_tree(self) -> TokenTree;
}