pub trait SharedSchema: SharedSchemaImpl { }
A helper trait for representing a Schema which can be shared between threads.
Schema