Impl DynNode

This commit is contained in:
Dennis
2022-08-23 14:02:50 -07:00
committed by Keavon Chambers
parent 5531fc690f
commit d566ba852d
16 changed files with 433 additions and 84 deletions
-1
View File
@@ -1,6 +1,5 @@
use graphene_core::{Cache, Node};
use once_cell::sync::OnceCell;
use std::marker::PhantomData;
/// Caches the output of a given Node and acts as a proxy
pub struct CacheNode<CachedNode: Node<I>, I> {