Skip to main content

ForLoopGhostIteratorNew

Trait ForLoopGhostIteratorNew 

Source
pub trait ForLoopGhostIteratorNew {
    type GhostIter;

    // Required method
    spec fn ghost_iter(&self) -> Self::GhostIter;
}

Required Associated Types§

Required Methods§

Source

spec fn ghost_iter(&self) -> Self::GhostIter

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§