macro_rules! impl_filter_stack {
    ($target:ty, $base:ty, $call:ty, $module:ident) => { ... };
}