macro_rules! deref_to_field {
    {$({ $($gen:tt)* })? $outer:ty, $inner:ty, $($field:tt)*} => { ... };
}