pub trait IsDyn<__TYP_ARG_0>where __TYP_ARG_0: Size, Self::Output: Bit,{ type Output; }
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".