Macro struct_to_tuple

Source
macro_rules! struct_to_tuple {
    ($struct:ident => $($field:ident),*) => { ... };
}
Expand description

Builds a tuple from the given struct fields