core::internal
core::internal::LoopResult
The return type for loops with an early return.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pub enum LoopResult {
Normal: N,
EarlyReturn: E,
}
Normal: N
EarlyReturn: E
Was this page helpful?