[][src]Function c2rust_refactor::ast_manip::util::with_span_text

pub fn with_span_text<F: FnOnce(&str)>(
    cm: &SourceMap,
    span: Span,
    callback: F
) -> bool

Get the text of a span, and pass it to a callback. Returns false if the span text isn't available.