[][src]Function frunk_proc_macro_helpers::to_ast

pub fn to_ast(input: TokenStream) -> DeriveInput

Parses a TokenStream (usually received as input into a custom derive function), into a syn MacroInput AST, which is nice.