Avatar
参考までにRustの FromInto のドキュメントみてみたんですが
5:10 AM
API documentation for the Rust From trait in crate std.
5:11 AM
Used to do value-to-value conversions while consuming the input value. It is the reciprocal of Into.
ここではconversionという言葉を使ってますね
5:11 AM
やはり ConvertibleFromJSValue かな