mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
8 lines
118 B
Rust
8 lines
118 B
Rust
#[derive(Debug)]
|
|
pub enum Error {
|
|
Buffer,
|
|
InputStream,
|
|
Protocol,
|
|
StatusDecode,
|
|
StatusUndefined,
|
|
}
|