macro_rules! with_match_primitive_without_interval_type {
    (
    $key_type:expr, | $_:tt $T:ident | $($body:tt)*
) => { ... };
}
Available on crate feature compute_sort only.
Expand description

Match PrimitiveType to standard Rust types