IterData

Trait IterData 

Source
pub trait IterData:
    Debug
    + Copy
    + Clone
    + Default { }
Expand description

Iteration data attached to the Hff for varying access needs.

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.

Implementations on Foreign Types§

Source§

impl IterData for ()

Implementors§