Trait partial_ref::HasTarget[][src]

pub trait HasTarget {
    type Target: PartialRefTarget + ?Sized;
}
Expand description

Helper trait to associate the target type with a PartialRef without needing a lifetime.

Associated Types

The referenced type.

Implementors