pub fn get_schema_in_ctxt<T: AvroSchemaComponent>(
named_schemas: &mut HashSet<Name>,
enclosing_namespace: NamespaceRef<'_>,
) -> SchemaExpand description
Returns Schema::Union(Schema::Null, Schema::Array(T::get_schema_in_ctxt()))
pub fn get_schema_in_ctxt<T: AvroSchemaComponent>(
named_schemas: &mut HashSet<Name>,
enclosing_namespace: NamespaceRef<'_>,
) -> SchemaReturns Schema::Union(Schema::Null, Schema::Array(T::get_schema_in_ctxt()))