syn::expr::parsing

Function rest_of_path_or_macro_or_struct

source
fn rest_of_path_or_macro_or_struct(
    qself: Option<QSelf>,
    path: Path,
    input: ParseStream<'_>,
    allow_struct: AllowStruct,
) -> Result<Expr>