Function cglue_gen::util::parse_maybe_braced[][src]

pub fn parse_maybe_braced<T: Parse>(input: ParseStream<'_>) -> Result<Vec<T>>
Expand description

Parse an input stream that is either a single Ident, or a list of Idents surrounded by braces.