pub trait SetExt { // Required method fn to_oids(&self) -> Result<Box<dyn Iterator<Item = Result<Oid>>>>; }
Extended methods on Set struct.
Set
Convert to a convenient iterator of Oids.
Oid