pub trait KeyValueDB: KeyValueDB + PrometheusMetrics { }
Expand description

Ethcore definition of a KeyValueDB with embeeded metrics

Implementors