Function frunk_proc_macro_helpers::to_ast
source · pub fn to_ast(input: TokenStream) -> DeriveInputExpand description
Parses a TokenStream (usually received as input into a custom derive function), into a syn MacroInput AST, which is nice.
pub fn to_ast(input: TokenStream) -> DeriveInputParses a TokenStream (usually received as input into a custom derive function), into a syn MacroInput AST, which is nice.