pub trait IvState: IvSizeUser { fn iv_state(&self) -> Iv<Self>; }
Trait for loading current IV state.
Returns current IV state.