Closed
Description
error: method
new_object has an incompatible type: () vs enum core::result::result
It took me a while to figure out that this was talking about the expected return type from the trait versus what the impl method was declaring. We should work the words trait and impl into that error somehow.