Type Alias nstd_sys::shared_ptr::NSTDOptionalSharedPtr
source · pub type NSTDOptionalSharedPtr<'a> = NSTDOptional<NSTDSharedPtr<'a>>;Available on crate feature
shared_ptr only.Expand description
Represents an optional value of type NSTDSharedPtr.