static-assertions icon indicating copy to clipboard operation
static-assertions copied to clipboard

Add conditional `impl` support

Open VoilaNeighbor opened this issue 2 years ago • 0 comments

This crate implements const assertions with trait bounds, rendering it possible to write conditional impl blocks. Integrating that functionality into this crate could enrich its compile-time checking abilities.

VoilaNeighbor avatar May 07 '23 22:05 VoilaNeighbor