pub trait OidIterExt { // Required method fn to_set(self) -> Set; }
Extended methods on Oid iterator.
Oid
Convert to Set.
Set