use ;
/// I _might_ have found somewhere that could contain duplicate info
/// Identifying duplicates _might_ have caused an error
/// And the answer _might_ be "no overlap"
type DuplicateData<T> = ;
// There is no good way to unpack this for use, or pass it "up the chain" for handling without
// repeated let Some(Ok(Some()))-else-return directly in the code each time :(