From a7ae82db8aef8b327e893a4619346ad59b2ed895 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 18 Jun 2026 23:52:39 -0700 Subject: Almost there --- src/context.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/context.rs') diff --git a/src/context.rs b/src/context.rs index 83f8539..4de5b45 100644 --- a/src/context.rs +++ b/src/context.rs @@ -44,6 +44,8 @@ impl<'a> MappedStructure<'a> for Context { pub trait MappedList<'a> { fn get_index(&'a self, id: usize) -> Option>; +// fn get_iterator(&'a self) -> MappedListIterator<'a>; + fn for_each(&'a self, func: &dyn Fn(&MappedValue<'a>)); } pub enum MappedValue<'a> { -- cgit v1.2.3