Function macro_tools::protected::punctuated::ensure_trailing_comma

source ยท
pub fn ensure_trailing_comma<T: Clone>(punctuated: &mut Punctuated<T, Comma>)
Expand description

Ensures that a syn::punctuated::Punctuated collection ends with a comma if it contains elements.