macro_rules! struct_to_tuple {
($struct:ident => $($field:ident),*) => { ... };
}
Expand description
Builds a tuple from the given struct fields
macro_rules! struct_to_tuple {
($struct:ident => $($field:ident),*) => { ... };
}
Builds a tuple from the given struct fields