alloy_sol_macro_expander::expand

Function 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.