1 2 3 4 5 6 7
// Module internal errors crate::module_errors!( Error { InitFailure(e: String) => "could not initialize HTTP server: {}", ShutdownFailure(e: String) => "could not shutdown HTTP server: {}" } );