Constant abi_stable::library::ROOT_MODULE_LOADER_NAME
source · pub const ROOT_MODULE_LOADER_NAME: &str;
Expand description
The name of the static
that contains the LibHeader
of an abi_stable library.
There’s also these alternatives to this constant:
ROOT_MODULE_LOADER_NAME_WITH_NUL
: this constant concatenated with"\0"
ROOT_MODULE_LOADER_NAME_NULSTR
: aNulStr
equivalent of this constant