[][src]Function idioma::success

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

Returns a green and shiny success message.

Example

use idioma::*;
success("A man of honour must always strive for a greater success in life.");