pub fn map_integration_result<T>( source: impl Into<String>, result: IntegrationResult<T>, ) -> DataResult<T>