pub trait Repeater<const TRAIT_ID: u64, const NTH: usize, T: ?Sized> { type Type: ?Sized; }
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".