pub trait Node {
type Resource;
}Expand description
A Vulkan resource which has been bound to a Graph.
See Graph::bind_resource.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".