macro_rules! impl_inferbase_raw {
($ty:ty) => { ... };
({$($gen:tt)*} $ty:ty {$($whr:tt)*}) => { ... };
}Expand description
Implement InferBase for a raw ALTREP data type. See
impl_inferbase_integer! for the generic calling convention.
macro_rules! impl_inferbase_raw {
($ty:ty) => { ... };
({$($gen:tt)*} $ty:ty {$($whr:tt)*}) => { ... };
}Implement InferBase for a raw ALTREP data type. See
impl_inferbase_integer! for the generic calling convention.