[][src]Function frunk_proc_macro_helpers::build_type_level_name_for

pub fn build_type_level_name_for(ident: &Ident) -> impl ToTokens

Given an Ident returns an AST for its type level representation based on the enums generated in frunk_core::labelled.

For example, given first_name, returns an AST for Hlist!(f,i,r,s,t,__,n,a,m,e)