Skip to main content

CanRead

Trait CanRead 

Source
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".

Implementations on Foreign Types§

Source§

impl<Row, A> CanRead<Row> for (A,)
where A: CanRead<Row>,

Implementors§