pub trait Row: RowValue { }Expand description
A self-contained Standard Row Format root.
Derived structs, arrays, and maps implement this marker. Scalar, string, binary, and optional values are field/element values rather than row roots.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".