pub trait SchemaTypeLink: Debug + Clone + PartialEq + Eq + From<WellKnownTypeId> { }
Expand description

Marker trait for a link between TypeKinds:

  • RustTypeId: A global identifier for a type (a well known id, or type hash)
  • LocalTypeId: A link in the context of a schema (a well known id, or a local type index)

Object Safety§

This trait is not object safe.

Implementors§