Trait mz_persist_client::cache::DynState
source · pub(crate) trait DynState:
Debug
+ Send
+ Sync {
// Required methods
fn codecs(
&self,
) -> (String, String, String, String, Option<CodecConcreteType>);
fn as_any(self: Arc<Self>) -> Arc<dyn Any + Send + Sync>;
fn push_diff(&self, diff: VersionedData);
}