Comment by pjmlp

17 hours ago

Rust's OOP model fits perfectly into COM, WinRT, which is also OOP from CS point of view, and known for decades.

See Component Software: Beyond Object-Oriented Programming, first edition 2002.

Also the way Microsoft is implementing their windows-rs crate, and WDK for Rust.