diesel::row

Trait RowSealed

Source
pub trait RowSealed { }
Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

This trait restricts who can implement Row

Implementors§

Source§

impl<'a, R> RowSealed for PartialRow<'a, R>