?
operator
#7
Labels
A-auto_enum
Area: #[auto_enum]
C-enhancement
Category: A new feature or an improvement for an existing one
?
operator
#7
It probably can support this by letting the attribute do the same processing as the operator, and replace the operator. This is done only if the return value of the function is
Result<T, impl Trait>
.For other types and type aliases, I do not know how to determine whether the return type is
Result<T, impl Trait>
or not, so I think that we can not support it for the time being.The text was updated successfully, but these errors were encountered: