panorama/imap/src/response/mod.rs

3 lines
57 B
Rust
Raw Normal View History

2021-02-20 07:30:58 +00:00
#[derive(Clone, Debug)]
pub struct Response(pub String);