pub trait Interface {
    fn uuidof() -> GUID;
}

Required Methods

Implementors