mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
implement default
This commit is contained in:
parent
8c3130ee5e
commit
672434a4a9
@ -168,3 +168,9 @@ impl Interfaces<'_> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Interfaces<'_> {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user