This website requires JavaScript.
Explore
Help
Register
Sign In
valentineus
/
fparkan
Watch
1
Fork
0
Code
Issues
Pull Requests
Actions
Releases
Activity
Files
db5c2830360a2abca6a448df055b4e3385a09356
fparkan
/
vendor
/
thiserror
/
tests
/
ui
/
missing-display.rs
T
10 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial vendor packages
2024-01-08 01:21:28 +04:00
use
thiserror
::
Error
;
#[derive(Error, Debug)]
pub
enum
MyError
{
First
,
Second
,
}
fn
main
()
{}
Copy Permalink