Trait tcgeneric::Class[][src]

pub trait Class: Display + Sized {
    type Instance;
}

A generic class trait

Associated Types

type Instance[src]

The Instance type of this class.

Loading content...

Implementors

Loading content...