Function std::io::stdio::println[src]
pub fn println(s: &str)
Prints a string as a line. to the stdout of the current process. A literal
\n character is printed to the console after the string.
pub fn println(s: &str)
Prints a string as a line. to the stdout of the current process. A literal
\n character is printed to the console after the string.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).