Function concat_env_name
Source pub fn concat_env_name(lhs: impl AsRef<str>, rhs: impl AsRef<str>) -> String
Expand description
Concatenates two environment variable names with an underscore.
§Arguments
lhs - The left-hand side of the environment variable name.
rhs - The right-hand side of the environment variable name.
§Returns
A concatenated string of the two environment variable names.