NoOpSaver

fun <S> NoOpSaver(): Saver<S>

A Saver that will do nothing to save the state and will not Saver.restore to any state.

Useful for testing.