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