pub trait PortTryInto0Any { type Error; // Required method fn port_try_into0_any(self) -> Result<Erased, Self::Error>; }