pub trait EntOutput<E> {
// Required method
fn ent_output(self, extra: &E, output: &mut (impl ?Sized + Output));
}Required Methods§
fn ent_output(self, extra: &E, output: &mut (impl ?Sized + Output))
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".