logo
pub trait IvState: IvSizeUser {
    fn iv_state(&self) -> Iv<Self>;
}
Expand description

Trait for loading current IV state.

Required methods

Returns current IV state.

Implementors