Docs.rs
vstd-0.0.0-2026-04-20-1748
vstd 0.0.0-2026-04-20-1748
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
utaal
jaybosamiya
parno
Chris-Hawblitzel
Dependencies
verus_builtin =0.0.0-2026-04-12-0118
normal
verus_builtin_macros =0.0.0-2026-04-20-1748
normal
verus_state_machines_macros =0.0.0-2026-04-20-1748
normal
Versions
31.73%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
ForLoopGhostIterator
vstd
0.0.0-2026-04-20-1748
ForLoop
Ghost
Iterator
Required Associated Types
Decrease
ExecIter
Item
Implementors
In vstd::
pervasive
vstd
::
pervasive
Trait
ForLoop
Ghost
Iterator
Copy item path
Source
pub trait ForLoopGhostIterator { type
ExecIter
; type
Item
; type
Decrease
; }
Required Associated Types
§
Source
type
ExecIter
Source
type
Item
Source
type
Decrease
Implementors
§
Source
§
impl<'a>
ForLoopGhostIterator
for
CharsGhostIterator
<'a>
Available on
crate feature
alloc
and non-
verus_verify_core
only.
Source
§
type
ExecIter
=
Chars
<'a>
Source
§
type
Item
=
char
Source
§
type
Decrease
=
int