Function load_from_str_with_secrets

Source
pub async fn load_from_str_with_secrets(
    input: &str,
    format: Format,
    signal_handler: &mut SignalHandler,
    allow_empty: bool,
) -> Result<Config, Vec<String>>