Crate unmut

source ·

Macros

  • mute! drops a value’s mut.
  • 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.