diesel
2.2.12
RowSealed
Implementors
In diesel::
row
diesel
::
row
Trait
RowSealed
Copy item path
Source
pub trait RowSealed { }
Expand description
This trait restricts who can implement
Row
Implementors
§
Source
§
impl<R>
RowSealed
for
PartialRow
<'_, R>