Trait diesel::row::RowSealed

source ·
pub trait RowSealed { }
Expand description

This trait restricts who can implement Row

Implementors§

source§

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