Macro fed::fed3 [] [src]

macro_rules! fed3 {
    ($a:ty, $b:ty, $c:ty) => { ... };
    ($a:ty, $b:ty, $c:ty; @without_children) => { ... };
    ($newtype:ty; $a:ty, $b:ty, $c:ty; @without_children) => { ... };
    ($newtype:ty; generic: $generic:ident; $($component:ty),*; $a:ty, $b:ty, $c:ty; @without_children) => { ... };
    ($newtype:ty; $a:ty, $b:ty, $c:ty) => { ... };
}