pub trait IHashSet_1_EnumeratorMethods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self, set: HashSet_1<T0>)
where Self: Sized { ... }
fn dispose(self)
where Self: Sized { ... }
fn move_next(self) -> bool
where Self: Sized { ... }
fn get_current(self) -> T0
where Self: Sized { ... }
fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized { ... }
fn system_collections_i_enumerator_reset(self)
where Self: Sized { ... }
}Provided Methods§
fn ctor(self, set: HashSet_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.