Skip to main content

start_server_with

Function start_server_with 

Source
pub async fn start_server_with(
    router: Router,
    bind: Option<String>,
    port: Option<u16>,
) -> Result<()>
Expand description

Like start_server, but with optional bind/port overrides that take precedence over the config file (used by doido server --port/--bind).