HostPortIterExt

Trait HostPortIterExt 

Source
pub trait HostPortIterExt: Iterator + Sized
where Self::Item: HostValuePort,
{ // Provided method fn try_pop_all_values(self) -> Result<Vec<(String, u64, Value)>, NodeError> { ... } }
Expand description

Iterator extensions over “host ports” (both HostPort and HostPortOwned).

Provided Methods§

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.

Implementors§