pub fn get(
conn: &Connection,
year: i32,
) -> Result<Option<ReturnInputs>, CliError>Expand description
Return the stored ReturnInputs for year, or None if none has been set.
Robust to older vaults (ensures the table first); typed error on malformed JSON.