macro_rules! make_ownership_types {
    ($($suffix:ident)?, $self:ty) => { ... };
}
Expand description

Macro to build a specific Releasable and OwnedRef.