[][src]Function axon_parser::parse_func_to_formatted_lines

pub fn parse_func_to_formatted_lines(
    axon: &str,
    indent: &Indent
) -> Result<Vec<String>, Error>

If the axon input represents a function, parse it and return a Vec<String>, each string being a formatted line of code.