Trait Sealed

Source
pub trait Sealed { }
Expand description

This trait exists just to ensure that the only impls of trait RowIndex that are allowed are ones in this crate.

Implementations on Foreign Types§

Source§

impl Sealed for &str

Source§

impl Sealed for usize

Implementors§