Implement Runnable::name() for ImageResponseHandlerRunnable

This commit is contained in:
Gabriel Poesia 2016-07-10 15:18:56 -03:00
parent 287969f7bb
commit 502497fb1f

View file

@ -81,6 +81,8 @@ impl ImageResponseHandlerRunnable {
}
impl Runnable for ImageResponseHandlerRunnable {
fn name(&self) -> &'static str { "ImageResponseHandlerRunnable" }
fn handler(self: Box<Self>) {
// Update the image field
let element = self.element.root();