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