Trait qecs_core::_PrimaryIdManager
[−]
[src]
pub trait _PrimaryIdManager<'a> {
type _Id: Id;
type Iter: Iterator<Item=Valid<'a, Self::_Id>> + 'a;
}