Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

An iterator over the value in the Some variant of an Option. The iterator yields one value if the Option is a Some, otherwise none. This struct is created by the into_iter method on Option (provided by the IntoIterator trait).

Signature


#[derive(Drop)]
pub struct OptionIter {
    inner: Option,
}