pub trait TableWriter: TableWriterImpl { }Expand description
A vtable containing table write access methods
It’s used as a token to prove you’re allowed to write tables in a particular context
The default implementation is crate::tables::LazyTableWriter.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".