mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 05:58:11 +08:00
Try and fail to make nodes object-safe in node graph
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use graphene_core::Node;
|
||||
use graphene_core::{ExecPtr, Node};
|
||||
use once_cell::sync::OnceCell;
|
||||
use std::borrow::Borrow;
|
||||
use std::{any::Any, borrow::Borrow, ops::Deref};
|
||||
|
||||
/// Caches the output of a given Node and acts as a proxy
|
||||
pub struct CacheNode<'n, 'c, CachedNode: Node + 'c> {
|
||||
|
||||
Reference in New Issue
Block a user