macro_rules! make_ref_counted {
($ty:ident { $($field:ident : $val:expr),* $(,)? }) => { ... };
}Expand description
Macro to construct a RefPtr, automatically populating the ref_count field.
macro_rules! make_ref_counted {
($ty:ident { $($field:ident : $val:expr),* $(,)? }) => { ... };
}Macro to construct a RefPtr, automatically populating the ref_count field.