impl_trait

Macro impl_trait 

Source
macro_rules! impl_trait {
    { $($ty:ident ($signed:ident)),* } => { ... };
}
🔬This is a nightly-only experimental API. (portable_simd #86656)