macro_rules! item_value_parseable_for_tuple {
{ $($i:literal)* } => { ... };
}Expand description
implement ItemValueParseable for a particular tuple size
macro_rules! item_value_parseable_for_tuple {
{ $($i:literal)* } => { ... };
}implement ItemValueParseable for a particular tuple size