Trait RowSealed

Source
pub trait RowSealed { }
Expand description

This trait restricts who can implement Row

Implementors§

Source§

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