syn::pat::parsing

Function multi_pat_impl

source
fn multi_pat_impl(
    input: ParseStream<'_>,
    leading_vert: Option<Or>,
) -> Result<Pat>