Function actyx_sdk::types::intern_arc::inspect_tree[][src]

pub fn inspect_tree<T, F, U>(f: F) -> U where
    T: Ord + 'static + ?Sized,
    F: for<'a> FnOnce(Box<dyn Iterator<Item = Arc<T>> + 'a, Global>) -> U, 
Expand description

Feed an iterator over all interned values for the given type to the given function