pub fn env_with_file_fallback(name: &str) -> Option<String>
Read name from the env. If unset/empty, fall back to <name>_FILE. Returns None when neither produces a usable value. Trims trailing whitespace from file contents.
name
<name>_FILE
None