Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
361 stars 50 forks source link

Use dyn for trait objects #53

Closed trivikr closed 5 years ago

trivikr commented 5 years ago

Fixes: https://github.com/Kimundi/owning-ref-rs/issues/52

Note that dyn syntax was introduced in v1.27.0: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1270-2018-06-21