macro_rules! impl_displayable_stream_for_wrapper {
    ($Strc: ident, $Inner: ident) => { ... };
}