syn::path::parsing

Function qpath

source
pub(crate) fn qpath(
    input: ParseStream<'_>,
    expr_style: bool,
) -> Result<(Option<QSelf>, Path)>