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