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