Skip to main content

KeySerializerCatalogExt

Trait KeySerializerCatalogExt 

Source
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§

Source

fn extend_shape_id(&mut self, shape: impl Into<ShapeId>) -> &mut Self

Source

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".

Implementations on Foreign Types§

Source§

impl KeySerializerCatalogExt for KeySerializer

Source§

fn extend_shape_id(&mut self, shape: impl Into<ShapeId>) -> &mut Self

Source§

fn extend_index_id(&mut self, index: impl Into<IndexId>) -> &mut Self

Implementors§