Silvan Büdenbender
Results
2
comments of
Silvan Büdenbender
I would like the first case to work: ```rust struct Foo(T); impl Default for Foo { fn default() -> Self { Self(Default::default()) } } // This breaks with: error[E0282]: type...
Hello, just casually checking along researching modern mnesia APIs. I really like the looks of this project and this PR! Is there any possibility work on this might continue?