Skip to main content

impl_trait_for

Macro impl_trait_for 

Source
macro_rules! impl_trait_for {
    ($trait: ty = $($types: ty),+) => { ... };
}