boitalettres/src/proto/req.rs
2022-05-09 19:15:52 +02:00

4 lines
70 B
Rust

use imap_codec::types::command::Command;
pub type Request = Command;