[][src]Function idioma::info

pub fn info<I>(message: I) -> Text where
    I: Display

Returns a neutral info message.

Example

use idioma::*;
info("I came here to write some code and kiss some pretty ladies and, as you can see, \
      I'm done with the code.");