syn::expr::parsing

Function path_or_macro_or_struct

source
fn path_or_macro_or_struct(
    input: ParseStream<'_>,
    allow_struct: AllowStruct,
) -> Result<Expr>