Type Alias Anchor

Source
pub type Anchor<T> = Typed<u32, T>;
Available on crate feature parse only.
Expand description

A generic anchor new type for the anchor mechanism used in Substrait data.

Aliased Typeยง

struct Anchor<T> { /* private fields */ }