We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c4b35f + b8543bd commit 9420532Copy full SHA for 9420532
src/extern_type.rs
@@ -123,7 +123,7 @@ pub unsafe trait ExternType {
123
/// [move constructor is trivial]: https://en.cppreference.com/w/cpp/types/is_move_constructible
124
///
125
/// If you believe your C++ type reflected by this ExternType impl is indeed
126
- /// trivial, you can specify:
+ /// fine to hold by value and move in Rust, you can specify:
127
128
/// ```
129
/// # struct TypeName;
0 commit comments