pub trait ToSet { // Required method fn to_set(&self, set: &IdSet) -> Result<NameSet>; }
Converts IdSet to NameSet.
IdSet
NameSet