//! [`ServerError`] — the error type returned by the server's lifecycle
//! methods (`run`, `run_with_shutdown_on`).
use WebError;
use Error;
/// An error from the server itself — binding, accepting, or serving
/// connections — as opposed to a per-request [`WebError`]. Returned by
/// [`Server::run`](crate::server::Server::run) and friends.