Type Definition vsmtp_common::ReplyOrCodeID

pub type ReplyOrCodeID = Either<CodeID, Reply>;
Expand description