pub fn inner_join<P: Pattern>( pp: impl Pattern<Value = P>, ) -> impl Pattern<Value = P::Value>
Similar to join, but the structure only comes from the inner pattern.
join