Function espr::parser::explicit_attr [−][src]
pub fn explicit_attr(input: &str) -> ParseResult<'_, Vec<EntityAttribute>>
Expand description
215 explicit_attr = attribute_decl { ,
attribute_decl } :
[ OPTIONAL ] parameter_type ;
.