pub trait VisitMutArg: Sealed { }
Expand description

The trait bound for arguments passed to Referrer::visit_mut.

This is a bound-only trait. Downstream crates cannot implement this trait, nor should they call any methods on this trait.

Implementors