This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 11:37:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af93c20c06
rust
/
tests
/
rustdoc-json
/
structs
/
tuple_empty.rs
3 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard
2023-05-22 17:17:52 +00:00
// @is "$.index[*][?(@.name=='TupleUnit')].inner.struct.kind.tuple" []
Rustdoc-Json: More accurate struct type. Closes #101489
2022-09-07 08:37:22 +00:00
pub
struct
TupleUnit
(
)
;
Reference in New Issue
Copy Permalink