We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585bdf8 commit 89fb1d3Copy full SHA for 89fb1d3
server/swimos_agent/src/lanes/map/mod.rs
@@ -591,7 +591,7 @@ where
591
decode.and_then(ProjTransform::new(projection))
592
}
593
594
-/// An [`EventHandler`] that will alter an entry in the map.
+/// An (event handler)[`crate::event_handler::EventHandler`] that will alter an entry in the map.
595
pub struct MapLaneTransformEntry<C, K, V, F> {
596
projection: for<'a> fn(&'a C) -> &'a MapLane<K, V>,
597
key_and_f: Option<(K, F)>,
0 commit comments