Skip to main content

try_pin_make_ref_counted

Macro try_pin_make_ref_counted 

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

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