We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ch17-02 https://doc.rust-jp.rs/book-ja/ch17-02-trait-objects.html に
代わりに実行時に、トレイトオブジェクト内でポインタを使用して、 コンパイラは、どのメソッドを呼ぶか知ります。
とあります。原文は
Instead, at runtime, Rust uses the pointers inside the trait object to know which method to call.
です。 原文のほうも「一体その Rust って誰だよ?」という疑問が涌いてきますが,少なくともコンパイラーが実行時に何かを知る,ということはあり得ないことだと思います。
The text was updated successfully, but these errors were encountered:
「コンパイルされたプログラムは」あたりが適訳でしょうか。ここでのコンパイラの役割は動的ディスパッチを行うコードを生成することなので。
Sorry, something went wrong.
No branches or pull requests
ch17-02
https://doc.rust-jp.rs/book-ja/ch17-02-trait-objects.html
に
とあります。原文は
です。
原文のほうも「一体その Rust って誰だよ?」という疑問が涌いてきますが,少なくともコンパイラーが実行時に何かを知る,ということはあり得ないことだと思います。
The text was updated successfully, but these errors were encountered: