Skip to main content

impl_trait_to_structs

Macro impl_trait_to_structs 

Source
macro_rules! impl_trait_to_structs {
    (
        $trit:ident for $( $name:ident $(<$li:lifetime>)? ),+;
        $body:tt
    ) => { ... };
}