Macro impl_sample_type

Source
macro_rules! impl_sample_type {
    ($tp:tt, $longer:tt) => { ... };
}
Expand description
  • Implement SampleType for a specific numeric type.