Type Alias stack_graphs::c::sg_node_handle

source ·
pub type sg_node_handle = u32;
Expand description

A handle to a node in a stack graph. A zero handle represents a missing node.

Trait Implementations§

source§

impl Into<Handle<Node>> for sg_node_handle

source§

fn into(self) -> Handle<Node>

Converts this type into the (usually inferred) input type.