[][src]Function frunk_proc_macro_helpers::build_label_type

pub fn build_label_type(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 (f,i,r,s,t,__,n,a,m,e)