pub trait TableReader: TableReaderImpl { }
Expand description
A vtable containing table read access methods
It’s used as a token to prove you’re allowed to read tables in a particular context.
The default implementation is crate::tables::LazyTableReader
.