pub trait Updater { // Required method fn update(&self, update: Update); }
Updater for a Composer.
Composer