pub trait Class: Display + Sized { }
Expand description

A generic class trait

Implementors