Function espr::parser::derived_attr [−][src]
pub fn derived_attr(input: &str) -> ParseResult<'_, DerivedAttribute>
Expand description
200 derived_attr = attribute_decl :
parameter_type :=
expression ;
.
pub fn derived_attr(input: &str) -> ParseResult<'_, DerivedAttribute>
200 derived_attr = attribute_decl :
parameter_type :=
expression ;
.