Skip to main content

try_parse_line_block_start

Function try_parse_line_block_start 

Source
pub fn try_parse_line_block_start(line: &str) -> Option<()>
Expand description

Try to parse the start of a line block. Returns Some(()) if this line starts a line block (| followed by space or end of line).