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