WalletConnect / a2

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

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

Closed sorccu closed 4 years ago

sorccu commented 4 years ago

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