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 Tbut need aT. It is similar toOptionbut with a more limited API that allows an optimization when the panic strategy is abort.