pub trait Updatable { }
This trait marks a Request as Updatable and unlocks the Request::update() method.
Request
Updatable
Request::update()
TODO doc
TODO