pub trait IDirectManipulationUpdateHandler_Impl: Sized { // Required method fn Update(&self) -> Result<()>; }