This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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 18:17:52 +01:00
// @is "$.index[*][?(@.name=='TupleUnit')].inner.struct.kind.tuple" []
Rustdoc-Json: More accurate struct type. Closes #101489
2022-09-07 09:37:22 +01:00
pub
struct
TupleUnit
(
)
;
Reference in New Issue
Copy Permalink