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 1737eed commit de40f9bCopy full SHA for de40f9b
glib/src/construct_cell.rs
@@ -10,6 +10,9 @@ use std::sync::RwLock;
10
11
macro_rules! define_construct {
12
(@common $ident:ident, $container:ident, $inner:ty) => {
13
+ // rustdoc-stripper-ignore-next
14
+ /// Wrapper around a container type to be used for custom glib properties which get set during
15
+ /// the construct phase. This is especially useful when used alongside the Properties macro.
16
#[derive(Debug)]
17
pub struct $ident<T>($container<$inner>);
18
impl<T> Default for $ident<T> {
0 commit comments