syn::pat::parsing

Function pat_range

source
fn pat_range(
    input: ParseStream<'_>,
    qself: Option<QSelf>,
    path: Path,
) -> Result<Pat>