pub trait ProbablyMutable { }
Expand description

Generic mutability marker, that allows to mutate only one Reaper object at time.

Used as generic parameter (usually as marker), that resolved to Mutable or Immutable.

Implementors