Struct syn_helpers::Argument
source · pub struct Argument<T>(pub String, pub T);Expand description
A argument with a name and a value. ‘=’ separated, e.g. name=AST
Tuple Fields§
§0: String§1: Tpub struct Argument<T>(pub String, pub T);A argument with a name and a value. ‘=’ separated, e.g. name=AST
0: String§1: T