macro_rules! newtype_scalar {
($ty:ident, $raw:ty) => { ... };
}
Expand description
An internal macro for implementing the RawType
trait.
macro_rules! newtype_scalar {
($ty:ident, $raw:ty) => { ... };
}
An internal macro for implementing the RawType
trait.