fn find_delimiters<'tcx>(
    cx: &LateContext<'tcx>,
    span: Span
) -> Option<(Span, Span, char)>
Expand description

Given the span of some_macro!(args);, gives the span of ( and ), and the type of (opening) delimiter used.