Crate transitionable

Source
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 a T. It is similar to Option but with a more limited API that allows an optimization when the panic strategy is abort.