Function iter_thread_local

Source
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,
Expand description

Returns an iterator over entries in the log stored in a thread-local variable.