Constant DEFAULT_HOST

Source
pub const DEFAULT_HOST: &str = "0.0.0.0";
Expand description

The default host address.

This constant represents the default host address, which is typically used to bind a server to all available network interfaces.