Struct rustc::dep_graph::DepTask [] [src]

pub struct DepTask<'graph> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

Methods

impl<'graph> DepTask<'graph>
[src]

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

Trait Implementations

impl<'graph> Drop for DepTask<'graph>
[src]

A method called when the value goes out of scope. Read more