pub trait KeySerializerCatalogExt {
// Required methods
fn extend_object_id(&mut self, object: impl Into<ObjectId>) -> &mut Self;
fn extend_index_id(&mut self, index: impl Into<IndexId>) -> &mut Self;
}Required Methods§
fn extend_object_id(&mut self, object: impl Into<ObjectId>) -> &mut Self
fn extend_index_id(&mut self, index: impl Into<IndexId>) -> &mut Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".