Struct rustc_ap_rustc_data_structures::box_region::PinnedGenerator [−][src]
pub struct PinnedGenerator<I, A, R> { /* fields omitted */ }
Implementations
Auto Trait Implementations
impl<I, A, R> !RefUnwindSafe for PinnedGenerator<I, A, R>
impl<I, A, R> !Send for PinnedGenerator<I, A, R>
impl<I, A, R> !Sync for PinnedGenerator<I, A, R>
impl<I, A, R> Unpin for PinnedGenerator<I, A, R>
impl<I, A, R> !UnwindSafe for PinnedGenerator<I, A, R>