Structs§
- Autoderef
- Recursively dereference a type, considering both built-in
dereferences (
*
) and theDeref
trait. Although calledAutoderef
it can be configured to use theReceiver
trait instead of theDeref
trait. - Autoderef
Snapshot 🔒
*
) and the Deref
trait.
Although called Autoderef
it can be configured to use the
Receiver
trait instead of the Deref
trait.