Make node trait consume self

This commit is contained in:
Dennis
2022-08-19 18:58:17 +02:00
committed by Keavon Chambers
parent fa0b896825
commit ce9e02f36d
10 changed files with 286 additions and 188 deletions

View File

@@ -1,4 +1,3 @@
#![feature(type_alias_impl_trait)]
//pub mod value;
pub use graphene_core::{generic, ops /*, structural*/};