There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A Rust crate implementing an `Option<T>` that can be taken at most once. Useful for members that need to be consumed on drop or cannot be re-set otherwise.