dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.84k stars 85 forks source link

Update async lifetime in README.md #113

Closed qutesy closed 4 years ago

qutesy commented 4 years ago

Update the lifetimes in the example to be 'async_trait, rather than 'async. This brings the example into sync with transform_sig().