index
:
picardy
master
2m SSB transceiver
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sw
/
deps
/
hd44780-driver
/
src
/
error.rs
blob: 2deaf853603774e301f6f3df4e8a4befcd86ca0e (
plain
)
1
2
3
#[derive(Debug)]
pub
struct
Error
;
pub
type
Result
<
T
>
=
core
::
result
::
Result
<
T
,
Error
>
;