pub type Anchor<T> = Typed<u32, T>;
parse
A generic anchor new type for the anchor mechanism used in Substrait data.
struct Anchor<T> { /* private fields */ }