pub(crate) trait PrintWithSpace {
// Required method
fn print_with_space(&self) -> &str;
}Required Methods§
fn print_with_space(&self) -> &str
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".