pub trait Table {
    type FieldIndex;
}

Required Associated Types§

Implementors§