rdms icon indicating copy to clipboard operation
rdms copied to clipboard

Replace Empty type with never type (!)

Open prataprc opened this issue 5 years ago • 0 comments

We use Empty type across rdms type mechanics to fill implementation gaps. Although it works well, we would like to consider using the ! (never_type) instead of Empty. One immediate challenge is the conversion constraint that we have for instance trait Index { type O: From<ffi::OsString> }.

prataprc avatar Dec 20 '19 06:12 prataprc