newline

Function newline 

Source
pub fn newline<'a>() -> &'a str
Expand description

Get the character representing a newline on a Unix system. This is called the line-feed (LF) and is represented as the \n character.