Trait hooks_core::AsyncIterableHook
source · pub trait AsyncIterableHook: Hook<()> {
fn into_iter(self) -> IterHook<Self>
where
Self: Sized,
{ ... }
fn iter_mut(&mut self) -> IterHook<&mut Self> { ... }
}
Expand description
Hook
s that takes no args.