pub unsafe trait HasVtables {
    type Tables;

    const TABLES: Self::Tables;
}

Associated Types

Associated Constants

Implementors