syn::expr::parsing

Function expr_struct_helper

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