macro_rules! impl_inferbase_logical {
($ty:ty) => { ... };
}Expand description
Implement InferBase for a logical ALTREP data type.
macro_rules! impl_inferbase_logical {
($ty:ty) => { ... };
}Implement InferBase for a logical ALTREP data type.