diff options
Diffstat (limited to 'crates/shirabe/src/installer/installer_event.rs')
| -rw-r--r-- | crates/shirabe/src/installer/installer_event.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe/src/installer/installer_event.rs b/crates/shirabe/src/installer/installer_event.rs index 5171b6d0..fac42a05 100644 --- a/crates/shirabe/src/installer/installer_event.rs +++ b/crates/shirabe/src/installer/installer_event.rs @@ -60,6 +60,10 @@ impl InstallerEvent { } impl EventInterface for InstallerEvent { + fn as_any(&self) -> &dyn std::any::Any { + self + } + fn get_name(&self) -> &str { self.inner.get_name() } |
