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