forked from Orchid/orchid
very elegant extension API and parts of it used in std as POC
This commit is contained in:
@@ -61,3 +61,7 @@ impl<T, U> Event<T, U> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl<T, U> Default for Event<T, U> {
|
||||
fn default() -> Self { Self::new() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user