diff --git a/src/lib.rs b/src/lib.rs index 6fbba96..ebe29d5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -252,3 +252,9 @@ impl Default for RcptTo { } } } + +impl AsRef> for EhloResponse { + fn as_ref(&self) -> &EhloResponse { + self + } +}