pub fn iter_thread_local<T, I, D>( local_key: &'static LocalKey<RefCell<Log<T, I, D>>>, ) -> ThreadLocalRefIterator<T, I, D> ⓘwhere T: Storable, I: Memory, D: Memory,
Returns an iterator over entries in the log stored in a thread-local variable.