pub trait HasAssociatedOutputName { // Required method fn associated_output_name(&self) -> Cow<'_, str>; }