The std
feature is not discoverable (was: FromBitsError
doesn't implement Error
)
#46
Labels
std
feature is not discoverable (was: FromBitsError
doesn't implement Error
)
#46
enumflags2 uses FromBitsError for the error for TryFrom, but the struct doesnt implement std::error::Error which makes it unwieldy to use, for example with the
?
operator or a diagnostics package like MietteThe text was updated successfully, but these errors were encountered: