pub trait SchemaTypeIndex: Copy + Eq + Ord + Default + StrictType + StrictEncode + StrictDecode { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SchemaTypeIndex for u16

Implementors§