pub type RewindStateOption = Option<(RewindState, RewindResultType)>;Aliased Type§
enum RewindStateOption {
None,
Some((RewindState, RewindResultType)),
}pub type RewindStateOption = Option<(RewindState, RewindResultType)>;enum RewindStateOption {
None,
Some((RewindState, RewindResultType)),
}