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.
macro_rules! try_pin_make_ref_counted {
($ty:ident { $($field:tt)* }) => { ... };
}Macro to construct a RefPtr with fallible pin-initialization, automatically populating the ref_count field.