Skip to main content

SchemaRegistry

Trait SchemaRegistry 

Source
pub trait SchemaRegistry {
    // Required method
    fn get(&self, schema_id: &[u8]) -> Option<Arc<Schema>>;
}

Required Methods§

Source

fn get(&self, schema_id: &[u8]) -> Option<Arc<Schema>>

Implementations on Foreign Types§

Source§

impl<T: SchemaRegistry + ?Sized> SchemaRegistry for &T

Source§

fn get(&self, schema_id: &[u8]) -> Option<Arc<Schema>>

Implementors§