pub trait TestingAPI: Send + Sync {
// Required methods
fn database_for_testing(&self) -> Arc<AuthorityStore>;
fn cache_for_testing(&self) -> &WritebackCache;
}pub trait TestingAPI: Send + Sync {
// Required methods
fn database_for_testing(&self) -> Arc<AuthorityStore>;
fn cache_for_testing(&self) -> &WritebackCache;
}