Function parse_computed_params_arg
pub fn parse_computed_params_arg(inner: &str) -> ComputedParamsArg<'_>Expand description
Parses the text between (but not including) the parens of a
@computed(...) attribute into its recognized shape.
Whitespace-tolerant around the : and before the trailing ?.