pub trait AsMethodsMut { // Required method fn try_as_methods_mut(&mut self) -> Result<'_, &mut dyn Methods>; }