Corelib
pub enum LoopResult { Normal: N, EarlyReturn: E, }
Normal: N
EarlyReturn: E
Was this page helpful?