Struct rustc::infer::region_inference::TaintDirections [] [src]

pub struct TaintDirections { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

When working with skolemized regions, we often wish to find all of the regions that are either reachable from a skolemized region, or which can reach a skolemized region, or both. We call such regions tained regions. This struct allows you to decide what set of tainted regions you want.

Methods

impl TaintDirections
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

🔬 This is a nightly-only experimental API. (rustc_private)

🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Debug for TaintDirections
[src]

Formats the value using the given formatter.