use std::error::Error; pub fn err_msg(s: &str) -> Box { Error(s.to_string()).into() }