index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
plain
/
src
/
error.rs
blob: 0012eba9bc399e86a124274e3bd1f92dc654e365 (
plain
)
1
2
3
4
5
6
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub
enum
Error
{
TooShort
,
BadAlignment
,
}