pub fn named_items<T>( world: &dyn World, position: LinkedNode<'_>, recv: impl FnMut(NamedItem<'_>) -> Option<T>, ) -> Option<T>
Find the named items starting from the given position.