pub trait TkReadOnlyBackgroundFn { type Output; // Required method fn output(self) -> Self::Output; }