pub trait Observer { // Required method fn notify(&self); }
An object notified by a Subject.
Subject
Executes some arbitrary block in the implementing object.