Skip to main content

Row

pub trait Row: Eq + Default { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<R> Row for R
where R: Eq + Default,