Structsยง
- An observer that can be used to observe values from a
HangingGet
orWindow
instance. The observer must not be observed multiple times without the value being taken withtake_value
inbetween each observation. This prevents overwriting observations without checking them and simplifies the logic and API surface of this fake.