Skip to main content

CanUpdate

Trait CanUpdate 

Source
pub trait CanUpdate<Row> { }
Expand description

Update access for Row.

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> CanUpdate<Row> for (A,)
where A: CanUpdate<Row>,

Implementors§