Crate unmut

Source

Macros§

mute
mute! drops a value’s mut.
unmut
unmut! drops a value’s mut. It let’s you mark a point in the flow when an identifier mustn’t be mutable anymore. See drop to actually drop the value.