Struct rustc_ap_rustc_data_structures::temp_dir::MaybeTempDir [−][src]
pub struct MaybeTempDir { /* fields omitted */ }
Expand description
This is used to avoid TempDir being dropped on error paths unintentionally.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MaybeTempDir
impl Send for MaybeTempDir
impl Sync for MaybeTempDir
impl Unpin for MaybeTempDir
impl UnwindSafe for MaybeTempDir