Replace GAT with lifetime on trait in node graph

This commit is contained in:
Dennis
2022-04-03 10:44:02 +02:00
committed by Keavon Chambers
parent 7384514b87
commit 6349edfeb3
10 changed files with 185 additions and 217 deletions

View File

@@ -1,4 +1,4 @@
#![feature(generic_associated_types)]
//#![feature(generic_associated_types)]
#[cfg(feature = "caching")]
pub mod caching;