[][src]Function idioma::error

pub fn error<I>(message: I) -> Error where
    I: Display

Returns a bright-red error message that draws attention.

Example

use idioma::*;
error("You were not supposed to mess with me!");