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 6831b3c commit bc84348Copy full SHA for bc84348
root/src/router.rs
@@ -20,7 +20,7 @@ pub struct Router<T: RoutingSystem + ?Sized> {
20
#[serde(skip_serializing, skip_deserializing)]
21
pub links: HashMap<T::Link, Neighbour<T>>,
22
/// Source, Route
23
- /// #[serde_as(as = "Vec<(_, _)>")]
+ #[serde(skip_serializing, skip_deserializing)]
24
pub routes: HashMap<T::NodeAddress, Route<T>>,
25
pub address: T::NodeAddress,
26
#[serde_as(as = "Vec<(_, _)>")]
0 commit comments