mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
6 lines
77 B
Rust
6 lines
77 B
Rust
#[derive(Debug)]
|
|
pub enum Error {
|
|
Decode,
|
|
Protocol,
|
|
Undefined,
|
|
}
|