Add raster module to graphene_core

This commit is contained in:
Dennis
2022-08-04 12:34:05 +02:00
committed by Keavon Chambers
parent c235c7f252
commit 83ff548596
10 changed files with 220 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ use core::marker::PhantomData;
pub use graphene_core::value::*;
use graphene_core::Node;
use dyn_any::{DynAny, StaticType, StaticTypeSized};
use dyn_any::DynAny;
pub struct AnyRefNode<'n, N: Node<'n>>(N, PhantomData<&'n ()>);