Skip to main content

expand_def

Function expand_def 

Source
pub fn expand_def<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: DefId,
    name: &str,
    exprs: &[Expr],
) -> Option<Vec<Property<'tcx>>>
Expand description

Expand a named def against concrete argument expressions.