pub fn build_hlist_constr<L: IntoIterator>(items: L) -> TokenStreamExpand description
Given a list of expressions or patterns, creates an AST for the corresponding HList constructor, which may itself be used as an expression or a pattern.
pub fn build_hlist_constr<L: IntoIterator>(items: L) -> TokenStreamGiven a list of expressions or patterns, creates an AST for the corresponding HList constructor, which may itself be used as an expression or a pattern.