Skip to main content

print

Function print 

Source
pub fn print<T>(text: T)
where T: Display,
Expand description

Prints anything that implements the std::fmt::Display trait.