Trait IpIteratorProxyInterface

Source
pub trait IpIteratorProxyInterface: Send + Sync {
    type NextResponseFut: Future<Output = Result<(Vec<IpSocketState>, bool), Error>> + Send;

    // Required method
    fn next(&self) -> Self::NextResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn next(&self) -> Self::NextResponseFut

Implementors§