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