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]
fn incoming() -> Self
🔬 This is a nightly-only experimental API. (
rustc_private
)fn outgoing() -> Self
🔬 This is a nightly-only experimental API. (
rustc_private
)fn both() -> Self
🔬 This is a nightly-only experimental API. (
rustc_private
)