Hey! I was using this crate and I needed to clone Message. I realized that there was no clone method on Message so I decided to check the repository source code but Message derives clone there. Then I checked the source stored in docs.rs that cargo downloads and the struct Message did not derive clone.
Hey! I was using this crate and I needed to clone
Message
. I realized that there was no clone method onMessage
so I decided to check the repository source code butMessage
derivesclone
there. Then I checked the source stored in docs.rs that cargo downloads and the structMessage
did not derive clone.Any chance you could update the crates.io crate?