Function conductor::err [] [src]

pub fn err(msg: &str) -> Error

Create an error using a string literal. (This exists mostly so that clippy doesn't complain about err! expanding to format! with no arguments.)