Skip to main content

indentation

Function indentation 

Source
pub fn indentation<'a, T>(source: &'a str, located: &T) -> Option<&'a str>
where T: Ranged,
Expand description

Extract the leading indentation from a line.