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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".