# Functions
FirstButForgivingSPRResultsFunc returns the first record in 'possible' or nil.
FirstSPRResultsFunc returns the first record in 'possible' or an error.
FirstSPRResultsFunc returns the first record in 'possible' unless there are multiple results in which can an error is returned.
No description provided by the author
# Type aliases
FilterSPRResultsFunc defines a custom function for deriving a single `spr.StandardPlacesResult` from a list of `spr.StandardPlacesResult` instances.