emacs-module-rs icon indicating copy to clipboard operation
emacs-module-rs copied to clipboard

derive macro for Transfer

Open ubolonton opened this issue 5 years ago • 1 comments

It's mostly about generating a useful type name, for error reporting. Using typename crate is one option.

ubolonton avatar Apr 22 '19 11:04 ubolonton

Rust 1.38 has std::any::type_name, which makes this a lot easier.

We may want to either bump the minimum Rust version, or add a new feature flag.

ubolonton avatar Oct 05 '19 09:10 ubolonton