Type Alias nstd_sys::shared_lib::NSTDOptionalSharedLib
source · pub type NSTDOptionalSharedLib = NSTDOptional<NSTDSharedLib>;Available on crate feature
shared_lib only.Expand description
An optional handle to a shared library.
This type is returned from nstd_shared_lib_load.