Function alloy_sol_macro_expander::expand::anon_name

source ยท
pub fn anon_name<T: Into<Ident> + Clone>(
    (i, name): (usize, Option<&T>),
) -> Ident
Expand description

Returns the name of a parameter, or a generated name if it is None.