pub trait Class {
    // Required method
    fn uuidof() -> GUID;
}

Required Methods§

Implementors§