With Rust 1.41, there is no reason to implement `Into` instead of `From`. Should the code generator always generate `From` instead of `Into`?
With Rust 1.41, there is no reason to implement
Intoinstead ofFrom. Should the code generator always generateFrominstead ofInto?