pub trait CanRead<Row> { }Expand description
Read access to rows of type Row (the #[table] struct).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait CanRead<Row> { }Read access to rows of type Row (the #[table] struct).
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".