Function main_with_handler_dyn

Source
pub fn main_with_handler_dyn(
    _handler: impl HandlerDyn,
    _configuration: Option<Configuration>,
    _arguments: Option<CliArguments>,
) -> ServerResult