Function inner_join

Source
pub fn inner_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 inner pattern.