pub trait IteratorClientHandler<___T = Channel>where ___T: Transport,{ }
A client handler for the Iterator protocol.
See Iterator for more details.
Iterator