Expand description
Built-in tags for fundamental types.
Constants
- A tag for values that have a constant size.
- A tag for arbitrary-precision decimal numbers.
- A tag for a value that represents the
Nonevariant of a RustOption. - A tag for a value that represents the
Somevariant of a RustOption. - A tag for Rust’s
()type.