font_types

Macro newtype_scalar

Source
macro_rules! newtype_scalar {
    ($ty:ident, $raw:ty) => { ... };
}
Expand description

An internal macro for implementing the RawType trait.