pub type Error = Box; pub type Result = std::result::Result; pub fn convert_err(e: E) -> Error { format!("{e:?}").into() }