Function parse_outside_signature

Source
fn parse_outside_signature<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: DefId,
) -> (Vec<String>, Vec<Ty<'tcx>>)
Expand description

Return the Vecs of args’ names and types of outside functions.