Function substrate::type_dispatch::derive::tuple_ident
source · pub fn tuple_ident(idx: usize) -> Ident
Expand description
Generates a syn::Ident
for a destructuring an element of a tuple.
pub fn tuple_ident(idx: usize) -> Ident
Generates a syn::Ident
for a destructuring an element of a tuple.