1
2
3
4
use crate::smtp::SmtpPath;

#[derive(Eq, PartialEq, Debug, Clone)]
pub struct SmtpRcpt(pub SmtpPath, pub Vec<String>);