Function parse_local_signature

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

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