diesel
2.2.4
RowSealed
Implementors
In diesel::
row
Trait
diesel
::
row
::
RowSealed
Copy item path
source
·
[
−
]
pub trait RowSealed { }
Expand description
This trait restricts who can implement
Row
Implementors
§
source
§
impl<'a, R>
RowSealed
for
PartialRow
<'a, R>