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.
1 parent 31a95d6 commit f462fdbCopy full SHA for f462fdb
crates/cxx-qt-lib/src/core/qflags/repr.rs
@@ -13,6 +13,7 @@ mod private {
13
pub trait Sealed {}
14
}
15
16
+/// An integer type that can be used as the backing representation of a `T` in `QFlags<T>`.
17
pub trait QFlagRepr: Sized + private::Sealed {
18
/// The underlying integer representation for a `QFlags<T>`.
19
///
0 commit comments