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