pub trait UpdateHook: IntoHook { // Required method fn update_hook(self, hook: Pin<&mut Self::Hook>); }