Skip to main content

impl_catalog_path_prefix

Macro impl_catalog_path_prefix 

Source
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.