pub trait MetadataStoreDriver {
    type Metadata;
}
Expand description

metadata driver

Required Associated Types

Implementors