macro_rules! impl_catalog_path_prefix {
($type:ty, $path:expr) => { ... };
}Expand description
Macro for implementing CatalogPathPrefix for data types.
This macro provides a convenient way to implement the trait for multiple types with their corresponding path prefixes.
ยงParameters
$type: The data type to implement the trait for.$path: The path prefix string for that type.