Skip to main content

ForLoopGhostIterator

Trait ForLoopGhostIterator 

Source
pub trait ForLoopGhostIterator {
    type ExecIter;
    type Item;
    type Decrease;
}

Required Associated Types§

Implementors§

Source§

impl<'a> ForLoopGhostIterator for CharsGhostIterator<'a>

Available on crate feature alloc and non-verus_verify_core only.