macro_rules! define_unbox {
($ident:ident, $ty:ty) => { ... };
($ident:ident, $ty:ident, $self:ty) => { ... };
}
Expand description
TODO: Document
macro_rules! define_unbox {
($ident:ident, $ty:ty) => { ... };
($ident:ident, $ty:ident, $self:ty) => { ... };
}
TODO: Document