implement default

This commit is contained in:
vms 2021-03-15 14:29:04 +03:00
parent 8c3130ee5e
commit 672434a4a9

View File

@ -168,3 +168,9 @@ impl Interfaces<'_> {
}
}
}
impl Default for Interfaces<'_> {
fn default() -> Self {
Self::new()
}
}