feat: Explicitly don't implement Typed for unit type
This commit is contained in:
@@ -156,6 +156,7 @@ impl Typed for MacAddress {
|
||||
}
|
||||
|
||||
impl<A: Typed, B: Typed> !Typed for (A, B) {}
|
||||
impl !Typed for () {}
|
||||
|
||||
impl<T: Typed> Typed for Option<T> {
|
||||
fn type_name() -> String {
|
||||
|
||||
Reference in New Issue
Block a user