pub trait Unbind<Graph, Binding> { fn unbind(self, graph: &mut Graph) -> Binding; }
A trait for resources which may be unbound from a RenderGraph.
RenderGraph
See RenderGraph::unbind_node for details.
RenderGraph::unbind_node
Unbinds the resource from a graph-like object.
Returns the original Binding object.