hugr_core::ops::handle

Trait ContainerHandle

source
pub trait ContainerHandle: NodeHandle {
    type ChildrenHandle: NodeHandle;
}
Expand description

Trait for handles that contain children.

The allowed children handles are defined by the associated type.

Required Associated Types§

source

type ChildrenHandle: NodeHandle

Handle type for the children of this node.

Object Safety§

This trait is not object safe.

Implementors§