Skip to content

Add more ToListener implementations#749

Merged
yoshuawuyts merged 1 commit intohttp-rs:mainfrom
rossmacarthur:fix-744
Nov 23, 2020
Merged

Add more ToListener implementations#749
yoshuawuyts merged 1 commit intohttp-rs:mainfrom
rossmacarthur:fix-744

Conversation

@rossmacarthur
Copy link
Contributor

  • Implements ToListener for &String.
  • Implements ToListener for (String, u16) and (&String, u16).

Resolves #744

- Implements `ToListener` for  `&String`.
- Implements `ToListener` for `(String, u16)` and `(&String, u16)`.
Copy link
Member

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great; thanks so much!

@yoshuawuyts yoshuawuyts merged commit 9146533 into http-rs:main Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement ToListener for (&String, u16)

2 participants