parse_signature

Function parse_signature 

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

Dispatch argument-name/type parsing to either the local HIR path or the external type-based path.