Skip to main content

CanDelete

Trait CanDelete 

Source
pub trait CanDelete<Row> { }
Expand description

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

Implementors§