progress_monitor/
error.rs

1#[derive(Debug, Clone)]
2pub struct CloseError {
3    pub msg: String,
4}