reown-com / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
146 stars 51 forks source link

Fix token_client example not building due to unresolvable `as_ref()`. #35

Closed sorccu closed 5 years ago

sorccu commented 5 years ago

Client::token() accepts Into<String> anyway so as_ref() wasn't super useful.