Records
Rust does not have records. In Java, records (or record classes
) were added as a stable feature in Java 16.
A Rust constuct that would be considered (approximately) similar to records would be structures or struct
.
Rust does not have records. In Java, records (or record classes
) were added as a stable feature in Java 16.
A Rust constuct that would be considered (approximately) similar to records would be structures or struct
.