Module option

Module 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§

COption
A C representation of Rust’s std::option::Option