Trait hff_core::read::IterData

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

Iteration data attached to the Hff for varying access needs.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IterData for ()

Implementors§