Expand description
This crate provides Transitionable
, a type that can be used in places where you have an &mut T
but need a T
.
Structsยง
- Transitionable
- This type can be used in places where you have an
&mut T
but need aT
. It is similar toOption
but with a more limited API that allows an optimization when the panic strategy is abort.