Skip to main content

pin_make_ref_counted

Macro pin_make_ref_counted 

Source
macro_rules! pin_make_ref_counted {
    ($ty:ident { $($field:tt)* }) => { ... };
}
Expand description

Macro to construct a RefPtr with pin-initialization, automatically populating the ref_count field.