Macro fed::fed2 [] [src]

macro_rules! fed2 {
    ($a:ty, $b:ty) => { ... };
    ($a:ty, $b:ty, @without_children) => { ... };
    ($newtype:ty; $a:ty, $b:ty) => { ... };
}