pub trait SchemaIntermediate: Sized {
    fn schema(package: &mut SchemaPackage) -> SchemaIdContainer;
}

Required Methods

Implementors