pub trait KeySerializerCatalogExt {
// Required methods
fn extend_shape_id(&mut self, shape: impl Into<ShapeId>) -> &mut Self;
fn extend_index_id(&mut self, index: impl Into<IndexId>) -> &mut Self;
}Required Methods§
fn extend_shape_id(&mut self, shape: impl Into<ShapeId>) -> &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".