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