Macro struct_float_to_tokens

Source
macro_rules! struct_float_to_tokens {
    ($(
        $T: ty {$($K: ident),*}
    ),*) => { ... };
}