Skip to main content

get_context_snippet

Function get_context_snippet 

Source
pub fn get_context_snippet(
    source: &str,
    line: usize,
    col: usize,
) -> Option<String>
Expand description

Get a snippet of context around a line.