pub trait Subtype: Debug + Display { }
Expand description

An interface for dealing with subtypes.

Implementors