cl-cli/src/error.rs

5 lines
65 B
Rust
Raw Normal View History

2024-01-08 12:26:09 +00:00
pub struct GeneralError {
pub(crate) description: String,
}