use DataType;
/// Represents a Rust [tuple](https://doc.rust-lang.org/std/primitive.tuple.html) type.
///
/// The empty tuple `()` is represented as a tuple with no elements. Exporters may
/// render that specially, such as `null` in the TypeScript exporter.