Closed
Description
The imap::ZeroCopy
struct is effectively an implementation of the "rental pattern", which already has a good crate implementation. It would be good to switch to the rental
crate, but it would also constitute a breaking change, as rental
creates a separate struct for each wrapped type.