Module solana_sdk::program_option
source · [−]Expand description
A C representation of Rust’s std::option::Option
used across the FFI
boundary for Solana program interfaces
This implementation mostly matches std::option
except iterators since the iteration
trait requires returning std::option::Option
Enums
A C representation of Rust’s std::option::Option