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