ggemini/src/client/response/data/text/error.rs
2024-10-31 03:24:41 +02:00

4 lines
57 B
Rust

#[derive(Debug)]
pub enum Error {
// nothing yet..
}