Type Alias State

Source
pub(crate) type State = State;

Aliased Type§

pub(crate) struct State {
    rng_seed: [u8; 32],
    inner: Option<Inner>,
}

Fields§

§rng_seed: [u8; 32]§inner: Option<Inner>