Type Alias wasmer_wasix::RewindStateOption

source ·
pub type RewindStateOption = Option<(RewindState, RewindResultType)>;

Aliased Type§

enum RewindStateOption {
    None,
    Some((RewindState, RewindResultType)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some((RewindState, RewindResultType))

Some value of type T.