This commit is contained in:
Nikolay Kim 2022-12-13 11:06:57 +01:00
parent 959d821edd
commit 2e9c816b41

View file

@ -19,7 +19,7 @@ pub trait Address: Unpin + 'static {
impl Address for String {
fn host(&self) -> &str {
&self
self
}
fn port(&self) -> Option<u16> {