Function parse_signature

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

Return the Vecs of args’ names and types This function will handle outside def_id by different way.