pub fn build_state(
env: &HashMap<String, String>,
) -> CliResult<Option<StateStoreSpec>>Expand description
Construct an optional StateStoreSpec from FAUCET_STATE + FAUCET_STATE_<KIND>_*.
Returns Ok(None) when FAUCET_STATE is unset or empty (the common case).