Trait diesel::row::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>