pub trait FnHandler<Args> { type Output; // Required method fn item_fn(&self) -> fn(_: Args) -> Self::Output; }