Skip to main content

Catalog

Trait Catalog 

Source
pub trait Catalog: CatalogReader + CatalogWriter { }
Expand description

Full read-write catalog capability used by factories and catalog workers.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> Catalog for T