Function outer_join

Source
pub fn outer_join<P: Pattern>(
    pp: impl Pattern<Value = P>,
) -> impl Pattern<Value = P::Value>
Expand description

Similar to join, but the structure only comes from the outer pattern.