aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/io/null_io.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/io/null_io.rs')
-rw-r--r--crates/shirabe/src/io/null_io.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/shirabe/src/io/null_io.rs b/crates/shirabe/src/io/null_io.rs
index b0e11f1..85a5fa5 100644
--- a/crates/shirabe/src/io/null_io.rs
+++ b/crates/shirabe/src/io/null_io.rs
@@ -138,7 +138,11 @@ impl IOInterfaceMutable for NullIO {
}
}
-impl IOInterface for NullIO {}
+impl IOInterface for NullIO {
+ fn as_any(&self) -> &dyn std::any::Any {
+ self
+ }
+}
impl BaseIO for NullIO {
fn authentications(