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

Implementors§