This website requires JavaScript.
Explore
Help
Register
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
android13
/
external
/
rust
/
crates
/
thiserror
/
tests
/
ui
/
union.rs
10 lines
109 B
Rust
Raw
Permalink
Blame
History
use
thiserror
::
Error
;
#[
derive(Error)
]
pub
union
U
{
msg
:
&
'static
str
,
num
:
usize
,
}
fn
main
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink