pub trait Writable: WritableSealed { }Expand description
A column a statement may write to: #[derive(Table)] emits this for
every column except the generated and primary-key ones, which are the
same set *Update leaves out.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".