On Fri, 2025-03-14 at 13:04 +0100, Maxime Ripard wrote:
> On Wed, Mar 05, 2025 at 05:59:28PM -0500, Lyude Paul wrote:
> > Now that we have more then one way to refer to connectors, we also want to
> > ensure that any methods which are common to any kind of connector type can
> > be used on all conn
On Wed, Mar 05, 2025 at 05:59:28PM -0500, Lyude Paul wrote:
> Now that we have more then one way to refer to connectors, we also want to
> ensure that any methods which are common to any kind of connector type can
> be used on all connector representations. This is where RawConnector and
> RawConne
Now that we have more then one way to refer to connectors, we also want to
ensure that any methods which are common to any kind of connector type can
be used on all connector representations. This is where RawConnector and
RawConnectorState come in: we implement these traits for any type which
impl